reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
620 bool isValid() const { return isValue() || !(OpN & Invalid); } 626 return OpRef(R.OpN & (Undef | Index | LoHalf)); 630 return OpRef(R.OpN & (Undef | Index | HiHalf)); 714 if (OpN & Invalid) { 718 if (OpN & Undef) { 722 if ((OpN & Whole) != Whole) { 723 assert((OpN & Whole) == LoHalf || (OpN & Whole) == HiHalf); 723 assert((OpN & Whole) == LoHalf || (OpN & Whole) == HiHalf); 724 if (OpN & LoHalf) 729 OS << '#' << SignExtend32(OpN & Index, IndexBits); 996 if (R.OpN & OpRef::Undef) { 997 MVT::SimpleValueType SVT = MVT::SimpleValueType(R.OpN & OpRef::Index); 1002 unsigned Part = R.OpN & OpRef::Whole; 1003 int Idx = SignExtend32(R.OpN & OpRef::Index, OpRef::IndexBits);