Home
last modified time | relevance | path

Searched refs:foldSelectIntoOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h736 Instruction *foldSelectIntoOp(SelectInst &SI, Value *, Value *);
H A DInstCombineSelect.cpp438 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp() function in InstCombinerImpl
2946 if (Instruction *FoldI = foldSelectIntoOp(SI, TrueVal, FalseVal)) in visitSelectInst()