Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h735 Instruction *foldSelectOpOp(SelectInst &SI, Instruction *TI, Instruction *FI);
H A DInstCombineSelect.cpp263 Instruction *InstCombinerImpl::foldSelectOpOp(SelectInst &SI, Instruction *TI, in foldSelectOpOp() function in InstCombinerImpl
2911 if (Instruction *IV = foldSelectOpOp(SI, TI, FI)) in visitSelectInst()