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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1038   EVT SmallVT = LHS.getValueType();
 1045     LHS = SExtPromotedInteger(LHS);
 1045     LHS = SExtPromotedInteger(LHS);
 1048     LHS = ZExtPromotedInteger(LHS);
 1048     LHS = ZExtPromotedInteger(LHS);
 1051   SDVTList VTs = DAG.getVTList(LHS.getValueType(), N->getValueType(1));
 1052   SDValue Mul = DAG.getNode(N->getOpcode(), DL, VTs, LHS, RHS);