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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6318         if (!ToPromote.count(V.getNode()) && V.getValueType() == MVT::i32 &&
 6318         if (!ToPromote.count(V.getNode()) && V.getValueType() == MVT::i32 &&
 6319             !isa<ConstantSDNode>(V)) {
 6320           SDValue ReplOpOps[] = { ISR.getOperand(0), V, ISR.getOperand(2) };
 6322             CurDAG->getMachineNode(TargetOpcode::INSERT_SUBREG, SDLoc(V),
 6326           Ops.push_back(V);