Home
last modified time | relevance | path

Searched refs:CSInc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14747 SDValue CSInc = Cmp->getOperand(0); in IsCMPZCSINC() local
14754 CSInc.getConstantOperandVal(1) == 1 && CSInc->hasOneUse()) in IsCMPZCSINC()
14755 CSInc = CSInc.getOperand(0); in IsCMPZCSINC()
14759 isNullConstant(CSInc.getOperand(1)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
14761 return CSInc.getOperand(3); in IsCMPZCSINC()
14763 if (CSInc.getOpcode() == ARMISD::CMOV && isOneConstant(CSInc.getOperand(0)) && in IsCMPZCSINC()
14764 isNullConstant(CSInc.getOperand(1)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
14766 return CSInc.getOperand(4); in IsCMPZCSINC()
14768 if (CSInc.getOpcode() == ARMISD::CMOV && isOneConstant(CSInc.getOperand(1)) && in IsCMPZCSINC()
14769 isNullConstant(CSInc.getOperand(0)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
[all …]