Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h388 Instruction *foldAndOrOfSelectUsingImpliedCond(Value *Op, SelectInst &SI,
H A DInstCombineAndOrXor.cpp2214 foldAndOrOfSelectUsingImpliedCond(Op1, *SI0, /* IsAnd */ true)) in visitAnd()
2219 foldAndOrOfSelectUsingImpliedCond(Op0, *SI1, /* IsAnd */ true)) in visitAnd()
2978 foldAndOrOfSelectUsingImpliedCond(Op1, *SI0, /* IsAnd */ false)) in visitOr()
2983 foldAndOrOfSelectUsingImpliedCond(Op0, *SI1, /* IsAnd */ false)) in visitOr()
H A DInstCombineSelect.cpp2554 Instruction *InstCombinerImpl::foldAndOrOfSelectUsingImpliedCond(Value *Op, in foldAndOrOfSelectUsingImpliedCond() function in InstCombinerImpl
2999 if (auto *I = foldAndOrOfSelectUsingImpliedCond(CondVal, *Op1SI, in foldSelectOfBools()