Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h713 Instruction *foldSelectValueEquivalence(SelectInst &SI, ICmpInst &ICI);
DInstCombineSelect.cpp1121 Instruction *InstCombinerImpl::foldSelectValueEquivalence(SelectInst &Sel, in foldSelectValueEquivalence() function in InstCombinerImpl
1440 if (Instruction *NewSel = foldSelectValueEquivalence(SI, *ICI)) in foldSelectInstWithICmp()