Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp303 APInt evaluateWith(APInt N) const { in evaluateWith() function
312 ConstantRange evaluateWith(ConstantRange N) const { in evaluateWith() function
373 Val.evaluateWith(Const->getValue()), true); in GetLinearExpression()
377 APInt RHS = Val.evaluateWith(RHSC->getValue()); in GetLinearExpression()
1193 CR = Index.Val.evaluateWith(CR).sextOrTrunc(OffsetRange.getBitWidth()); in aliasGEP()