Home
last modified time | relevance | path

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

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