Searched refs:getMinTrailingZeros (Results 1 – 2 of 2) sorted by relevance
1215 uint32_t MinTrailingZeros = getMinTrailingZeros(Op); in getTruncateExpr()1503 TZ = std::min(TZ, SE.getMinTrailingZeros(WholeAddExpr->getOperand(I))); in extractConstantWithoutWrapping()1520 const uint32_t TZ = SE.getMinTrailingZeros(Step); in extractConstantWithoutWrapping()6308 uint32_t TZ = getMinTrailingZeros(T->getOperand()); in getConstantMultipleImpl()6318 uint32_t TZ = getMinTrailingZeros(E->getOperand()); in getConstantMultipleImpl()6335 TZ += getMinTrailingZeros(Operand); in getConstantMultipleImpl()6344 uint32_t TZ = getMinTrailingZeros(N->getOperand(0)); in getConstantMultipleImpl()6346 TZ = std::min(TZ, getMinTrailingZeros(Operand)); in getConstantMultipleImpl()6385 uint32_t ScalarEvolution::getMinTrailingZeros(const SCEV *S) { in getMinTrailingZeros() function in ScalarEvolution6654 uint32_t TZ = getMinTrailingZeros(S); in getRangeRef()[all …]
976 uint32_t getMinTrailingZeros(const SCEV *S);