reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/TargetLowering.h
 1225       NVT = (MVT::SimpleValueType)(NVT.SimpleTy+1);
 1225       NVT = (MVT::SimpleValueType)(NVT.SimpleTy+1);
 1226       assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid &&
 1226       assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid &&
 1228     } while (!isTypeLegal(NVT) ||
 1229               getOperationAction(Op, NVT) == Promote);
 1230     return NVT;