Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp284 APInt evaluateWith(APInt N) const { in evaluateWith() function
293 ConstantRange evaluateWith(ConstantRange N) const { in evaluateWith() function
354 Val.evaluateWith(Const->getValue()), true); in GetLinearExpression()
358 APInt RHS = Val.evaluateWith(RHSC->getValue()); in GetLinearExpression()
1152 CR = Index.Val.evaluateWith(CR).sextOrTrunc(OffsetRange.getBitWidth()); in aliasGEP()