Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp337 APInt evaluateWith(APInt N) const { in evaluateWith() function
346 ConstantRange evaluateWith(ConstantRange N) const { in evaluateWith() function
425 Val.evaluateWith(Const->getValue()), true, true); in GetLinearExpression()
429 APInt RHS = Val.evaluateWith(RHSC->getValue()); in GetLinearExpression()
1292 CR = Index.Val.evaluateWith(CR).sextOrTrunc(OffsetRange.getBitWidth()); in aliasGEP()