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

References

lib/Target/ARM/ARMISelLowering.cpp
 4551     if (!DAG.getTargetLoweringInfo().isTypeLegal(Cond->getValueType(0)))
 4556     std::tie(Value, OverflowCmp) = getARMXALUOOp(Cond, DAG, ARMcc);
 4557     SDValue CCR = DAG.getRegister(ARM::CPSR, MVT::i32);
 4561                    OverflowCmp, DAG);
 4593         SDValue Cmp = duplicateCmp(Cond.getOperand(4), DAG);
 4595         return getCMOV(dl, VT, True, False, ARMcc, CCR, Cmp, DAG);
 4602   Cond = DAG.getNode(ISD::AND, dl, Cond.getValueType(), Cond,
 4603                      DAG.getConstant(1, dl, Cond.getValueType()));
 4605   return DAG.getSelectCC(dl, Cond,
 4606                          DAG.getConstant(0, dl, Cond.getValueType()),