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

References

include/llvm/CodeGen/TargetLowering.h
 1000     return (VT == MVT::Other || isTypeLegal(VT)) &&
 1000     return (VT == MVT::Other || isTypeLegal(VT)) &&
 1001       (getOperationAction(Op, VT) == Legal ||
 1002        getOperationAction(Op, VT) == Custom ||
 1003        getOperationAction(Op, VT) == Promote);