Home
last modified time | relevance | path

Searched refs:decomposeBitTest (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h118 decomposeBitTest(Value *Cond, bool LookThroughTrunc = true,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp187 std::optional<DecomposedBitTest> llvm::decomposeBitTest(Value *Cond, in decomposeBitTest() function in llvm
H A DInstructionSimplify.cpp4619 if (auto Res = decomposeBitTest(CondVal)) in simplifySelectWithBitTest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp185 auto Res = llvm::decomposeBitTest(Cond, /*LookThroughTrunc=*/true, in decomposeBitTestICmp()
3638 decomposeBitTest(Cond, /*LookThruTrunc=*/true, in matchBitmaskMul()