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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  995   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
  995   SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
  996   ISD::CondCode CCCode = cast<CondCodeSDNode>(N->getOperand(2))->get();
 1001   TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
 1002                           N->getOperand(0), N->getOperand(1));
 1002                           N->getOperand(0), N->getOperand(1));
 1006     assert(NewLHS.getValueType() == N->getValueType(0) &&
 1012   return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,