Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h376 Instruction *foldAndOrOfSelectUsingImpliedCond(Value *Op, SelectInst &SI,
H A DInstCombineAndOrXor.cpp2010 foldAndOrOfSelectUsingImpliedCond(Op1, *SI0, /* IsAnd */ true)) in visitAnd()
2015 foldAndOrOfSelectUsingImpliedCond(Op0, *SI1, /* IsAnd */ true)) in visitAnd()
2738 foldAndOrOfSelectUsingImpliedCond(Op1, *SI0, /* IsAnd */ false)) in visitOr()
2743 foldAndOrOfSelectUsingImpliedCond(Op0, *SI1, /* IsAnd */ false)) in visitOr()
H A DInstCombineSelect.cpp2465 Instruction *InstCombinerImpl::foldAndOrOfSelectUsingImpliedCond(Value *Op, in foldAndOrOfSelectUsingImpliedCond() function in InstCombinerImpl
2777 if (auto *I = foldAndOrOfSelectUsingImpliedCond(CondVal, *Op1SI, in visitSelectInst()