Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h741 Instruction *foldSelectValueEquivalence(SelectInst &SI, ICmpInst &ICI);
H A DInstCombineSelect.cpp1286 Instruction *InstCombinerImpl::foldSelectValueEquivalence(SelectInst &Sel, in foldSelectValueEquivalence() function in InstCombinerImpl
1823 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp()