Searched refs:RDiff (Results 1 – 1 of 1) sorted by relevance
6021 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local6022 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()6026 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()6027 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()11714 Optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local11715 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()11724 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()11727 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()