Home
last modified time | relevance | path

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

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