Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h786 Instruction *foldSelectEqualityTest(SelectInst &SI);
H A DInstCombineSelect.cpp1443 Instruction *InstCombinerImpl::foldSelectEqualityTest(SelectInst &Sel) { in foldSelectEqualityTest() function in InstCombinerImpl
4398 if (Instruction *I = foldSelectEqualityTest(SI)) in visitSelectInst()