Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h323 Instruction *foldBinopOfSextBoolToSelect(BinaryOperator &I);
H A DInstCombineAndOrXor.cpp2143 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitAnd()
2989 if (Instruction *Sel = foldBinopOfSextBoolToSelect(I)) in visitOr()
H A DInstructionCombining.cpp977 Instruction *InstCombinerImpl::foldBinopOfSextBoolToSelect(BinaryOperator &BO) { in foldBinopOfSextBoolToSelect() function in InstCombinerImpl