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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3791   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
 3791   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
 3792   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(1))->get();
 3793   IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
 3798     NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType());
 3803   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
 3803   return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
 3805                                 N->getOperand(4)), 0);