Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp287 APInt evaluateWith(APInt N) const { in evaluateWith() function
296 ConstantRange evaluateWith(ConstantRange N) const { in evaluateWith() function
357 Val.evaluateWith(Const->getValue()), true); in GetLinearExpression()
361 APInt RHS = Val.evaluateWith(RHSC->getValue()); in GetLinearExpression()
1236 CR = Index.Val.evaluateWith(CR).sextOrTrunc(OffsetRange.getBitWidth()); in aliasGEP()