Home
last modified time | relevance | path

Searched refs:getMinTrailingZeros (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1215 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()
6333 TZ += getMinTrailingZeros(Operand); in getConstantMultipleImpl()
6342 uint32_t TZ = getMinTrailingZeros(N->getOperand(0)); in getConstantMultipleImpl()
6344 TZ = std::min(TZ, getMinTrailingZeros(Operand)); in getConstantMultipleImpl()
6383 uint32_t ScalarEvolution::getMinTrailingZeros(const SCEV *S) { in getMinTrailingZeros() function in ScalarEvolution
6652 uint32_t TZ = getMinTrailingZeros(S); in getRangeRef()
10134 if (SE.getMinTrailingZeros(B) < Mult2) in SolveLinEquationWithOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h976 uint32_t getMinTrailingZeros(const SCEV *S);