Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h712 Instruction *foldSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
DInstCombineSelect.cpp1438 Instruction *InstCombinerImpl::foldSelectInstWithICmp(SelectInst &SI, in foldSelectInstWithICmp() function in InstCombinerImpl
2914 if (Instruction *Result = foldSelectInstWithICmp(SI, ICI)) in visitSelectInst()