Searched refs:decomposeBitTestICmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCmpInstAnalysis.h64 bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp66 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, function in class:llvm
H A DInstructionSimplify.cpp3845 if (!decomposeBitTestICmp(CmpLHS, CmpRHS, Pred, X, Mask))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp292 // Adapts the external decomposeBitTestICmp for local use.
293 static bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred, function
296 if (!llvm::decomposeBitTestICmp(LHS, RHS, Pred, X, Mask))
331 if (decomposeBitTestICmp(L1, L2, PredL, L11, L12, L2)) {
356 if (decomposeBitTestICmp(R1, R2, PredR, R11, R12, R2)) {
966 if (llvm::decomposeBitTestICmp(ICmp->getOperand(0), ICmp->getOperand(1),
2817 // decomposeBitTestICmp(). It could be enhanced more by using (something like)
H A DInstCombineSelect.cpp149 } else if (decomposeBitTestICmp(Cmp->getOperand(0), Cmp->getOperand(1),
1439 // decomposeBitTestICmp() might help.

Completed in 126 milliseconds