Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14975 SDValue CSInc = Cmp->getOperand(0); in IsCMPZCSINC() local
14982 CSInc.getConstantOperandVal(1) == 1 && CSInc->hasOneUse()) in IsCMPZCSINC()
14983 CSInc = CSInc.getOperand(0); in IsCMPZCSINC()
14987 isNullConstant(CSInc.getOperand(1)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
14989 return CSInc.getOperand(3); in IsCMPZCSINC()
14991 if (CSInc.getOpcode() == ARMISD::CMOV && isOneConstant(CSInc.getOperand(0)) && in IsCMPZCSINC()
14992 isNullConstant(CSInc.getOperand(1)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
14994 return CSInc.getOperand(4); in IsCMPZCSINC()
14996 if (CSInc.getOpcode() == ARMISD::CMOV && isOneConstant(CSInc.getOperand(1)) && in IsCMPZCSINC()
14997 isNullConstant(CSInc.getOperand(0)) && CSInc->hasOneUse()) { in IsCMPZCSINC()
[all …]