Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6290 APInt Res = getConstantMultiple(N->getOperand(0)); in getConstantMultipleImpl()
6293 Res, getConstantMultiple(N->getOperand(I))); in getConstantMultipleImpl()
6301 return getConstantMultiple(cast<SCEVPtrToIntExpr>(S)->getOperand()); in getConstantMultipleImpl()
6313 return getConstantMultiple(Z->getOperand()).zext(BitWidth); in getConstantMultipleImpl()
6325 APInt Res = getConstantMultiple(M->getOperand(0)); in getConstantMultipleImpl()
6327 Res = Res * getConstantMultiple(Operand); in getConstantMultipleImpl()
6369 APInt ScalarEvolution::getConstantMultiple(const SCEV *S) { in getConstantMultiple() function in ScalarEvolution
6381 APInt Multiple = getConstantMultiple(S); in getNonZeroConstantMultiple()
6386 return std::min(getConstantMultiple(S).countTrailingZeros(), in getMinTrailingZeros()
14457 APInt RecomputedMultiple = SE2.getConstantMultiple(S); in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h979 APInt getConstantMultiple(const SCEV *S);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1013 !SE.getConstantMultiple(BMinusStart).urem(StepOffset).isZero()) in addInfoForInductions()