Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h740 Instruction *foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
H A DInstCombineSelect.cpp1821 Instruction *InstCombinerImpl::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp() function in InstCombinerImpl
3734 if (Instruction *Result = foldSelectInstWithICmp(SI, ICI)) in visitSelectInst()