Searched refs:RDiff (Results 1 – 1 of 1) sorted by relevance
6167 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local6168 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()6172 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()6173 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()12062 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local12063 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()12072 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()12075 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()