Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6128 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6129 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6133 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6134 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
12025 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local
12026 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12035 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()
12038 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()