Searched refs:RDiff (Results 1 – 1 of 1) sorted by relevance
6147 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local6148 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()6152 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()6153 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()12299 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local12300 if (!RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()12309 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()12312 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()