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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1290   if (VT.isVector() || !VT.isInteger())
 1290   if (VT.isVector() || !VT.isInteger())
 1296   if (TLI.isTypeDesirableForOp(Opc, VT))
 1299   EVT PVT = VT;
 1303     assert(PVT != VT && "Don't know what type to promote to!");
 1308     return DAG.getNode(Op.getOpcode(), SDLoc(Op), VT, Op.getOperand(0));