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

References

lib/Target/ARM/ARMISelLowering.cpp
 5010     SDValue Cmp = getARMCmp(LHS, RHS, CC, ARMcc, DAG, dl);
 5012     if (cast<ConstantSDNode>(ARMcc)->getZExtValue() == ARMCC::PL)
 5013       ARMcc = DAG.getConstant(ARMCC::GE, dl, MVT::i32);
 5014     return getCMOV(dl, VT, FalseVal, TrueVal, ARMcc, CCR, Cmp, DAG);