Home
last modified time | relevance | path

Searched refs:decomposeBitTestICmp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp77 llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate Pred, in decomposeBitTestICmp() function in llvm
196 return decomposeBitTestICmp(ICmp->getOperand(0), ICmp->getOperand(1), in decomposeBitTest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h109 decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate Pred,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp183 static bool decomposeBitTestICmp(Value *Cond, CmpInst::Predicate &Pred, in decomposeBitTestICmp() function
216 if (decomposeBitTestICmp(LHS, PredL, L11, L12, L2)) { in getMaskedTypeForICmpPair()
249 if (decomposeBitTestICmp(RHS, PredR, R11, R12, R2)) { in getMaskedTypeForICmpPair()
878 auto Res = llvm::decomposeBitTestICmp( in foldSignedTruncationCheck()
H A DInstCombineSelect.cpp3877 } else if (auto Res = decomposeBitTestICmp(CmpLHS, CmpRHS, Pred)) { in foldSelectBitTest()
H A DInstCombineCompares.cpp6238 if (auto Res = decomposeBitTestICmp(Op0, Op1, Pred, /*WithTrunc=*/true, in foldICmpWithTrunc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2768 auto Res = llvm::decomposeBitTestICmp( in detectShiftUntilBitTestIdiom()