Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp559 if (Value *Res = tryGetLog2(Op0, /*AssumeNonZero=*/false)) { in visitMul()
565 if (Value *Res = tryGetLog2(Op1, /*AssumeNonZero=*/false)) { in visitMul()
1730 if (Value *Log2 = tryGetLog2(Op1, /*AssumeNonZero=*/true)) in visitUDiv()
H A DInstCombineInternal.h837 Value *tryGetLog2(Value *Op, bool AssumeNonZero) { in tryGetLog2() function
H A DInstCombineCalls.cpp593 if (auto *R = IC.tryGetLog2(Op0, match(Op1, m_One()))) { in foldCttzCtlz()