Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h378 Instruction *foldBinopOfSextBoolToSelect(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp2631 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitAnd()
3685 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitOr()
H A DInstructionCombining.cpp1407 Instruction *InstCombinerImpl::foldBinopOfSextBoolToSelect(BinaryOperator &BO) { in foldBinopOfSextBoolToSelect() function in InstCombinerImpl