Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h784 Instruction *foldSelectToCmp(SelectInst &SI);
H A DInstCombineSelect.cpp3640 Instruction *InstCombinerImpl::foldSelectToCmp(SelectInst &SI) { in foldSelectToCmp() function in InstCombinerImpl
4395 if (Instruction *I = foldSelectToCmp(SI)) in visitSelectInst()