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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3827   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
 3827   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
 3828   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(2))->get();
 3829   IntegerExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
 3833     assert(NewLHS.getValueType() == N->getValueType(0) &&
 3840       DAG.UpdateNodeOperands(N, NewLHS, NewRHS, DAG.getCondCode(CCCode)), 0);