Lines Matching refs:getConstantMultiple
6283 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()
14295 APInt RecomputedMultiple = SE2.getConstantMultiple(S); in verify()