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

References

lib/Target/ARM/ARMISelLowering.cpp
 5193     std::tie(Value, OverflowCmp) = getARMXALUOOp(Cond, DAG, ARMcc);
 5197         (ARMCC::CondCodes)cast<const ConstantSDNode>(ARMcc)->getZExtValue();
 5199     ARMcc = DAG.getConstant(CondCode, SDLoc(ARMcc), MVT::i32);
 5199     ARMcc = DAG.getConstant(CondCode, SDLoc(ARMcc), MVT::i32);
 5202     return DAG.getNode(ARMISD::BRCOND, dl, MVT::Other, Chain, Dest, ARMcc, CCR,