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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1240   EVT VT = Op.getValueType();
 1246   unsigned Opc = Op.getOpcode();
 1253   if (TLI.IsDesirableToPromoteOp(Op, PVT)) {
 1256     LLVM_DEBUG(dbgs() << "\nPromoting "; Op.getNode()->dump(&DAG));
 1259     SDValue N0 = Op.getOperand(0);
 1260     SDValue N1 = Op.getOperand(1);
 1271     SDLoc DL(Op);
 1276       ReplaceLoadWithPromotedLoad(Op.getOperand(0).getNode(), N0.getNode());
 1279     if (Op && Op.getOpcode() != ISD::DELETED_NODE)
 1279     if (Op && Op.getOpcode() != ISD::DELETED_NODE)