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.cpp327 APInt evaluateWith(APInt N) const { in evaluateWith() function
336 ConstantRange evaluateWith(ConstantRange N) const { in evaluateWith() function
404 Val.evaluateWith(Const->getValue()), true); in GetLinearExpression()
408 APInt RHS = Val.evaluateWith(RHSC->getValue()); in GetLinearExpression()
1266 CR = Index.Val.evaluateWith(CR).sextOrTrunc(OffsetRange.getBitWidth()); in aliasGEP()