Home
last modified time | relevance | path

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

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