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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3809   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
 3809   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
 3810   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(4))->get();
 3811   IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
 3816     NewRHS = DAG.getConstant(0, SDLoc(N), NewLHS.getValueType());
 3821   return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
 3822                                 N->getOperand(2), N->getOperand(3),
 3822                                 N->getOperand(2), N->getOperand(3),