Searched refs:getConstantMultiple (Results 1 – 3 of 3) sorted by relevance
6290 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 ScalarEvolution6381 APInt Multiple = getConstantMultiple(S); in getNonZeroConstantMultiple()6386 return std::min(getConstantMultiple(S).countTrailingZeros(), in getMinTrailingZeros()14457 APInt RecomputedMultiple = SE2.getConstantMultiple(S); in verify()
979 APInt getConstantMultiple(const SCEV *S);
1013 !SE.getConstantMultiple(BMinusStart).urem(StepOffset).isZero()) in addInfoForInductions()