Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h389 Instruction *foldBinopOfSextBoolToSelect(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp2741 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitAnd()
3804 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitOr()
H A DInstructionCombining.cpp1629 Instruction *InstCombinerImpl::foldBinopOfSextBoolToSelect(BinaryOperator &BO) { in foldBinopOfSextBoolToSelect() function in InstCombinerImpl