Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6283 APInt Res = getConstantMultiple(N->getOperand(0)); in getConstantMultipleImpl()
6286 Res, getConstantMultiple(N->getOperand(I))); in getConstantMultipleImpl()
6294 return getConstantMultiple(cast<SCEVPtrToIntExpr>(S)->getOperand()); in getConstantMultipleImpl()
6306 return getConstantMultiple(Z->getOperand()).zext(BitWidth); in getConstantMultipleImpl()
6310 return getConstantMultiple(E->getOperand()).sext(BitWidth); in getConstantMultipleImpl()
6316 APInt Res = getConstantMultiple(M->getOperand(0)); in getConstantMultipleImpl()
6318 Res = Res * getConstantMultiple(Operand); in getConstantMultipleImpl()
6360 APInt ScalarEvolution::getConstantMultiple(const SCEV *S) { in getConstantMultiple() function in ScalarEvolution
6372 APInt Multiple = getConstantMultiple(S); in getNonZeroConstantMultiple()
6377 return std::min(getConstantMultiple(S).countTrailingZeros(), in getMinTrailingZeros()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h971 APInt getConstantMultiple(const SCEV *S);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp997 !SE.getConstantMultiple(BMinusStart).urem(StepOffset).isZero()) in addInfoForInductions()