Home
last modified time | relevance | path

Searched refs:replacedSelectWithOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dinstcombine-replaced-select-with-operand.ll4 ;; with one of its operands in InstCombine's replacedSelectWithOperand.
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h189 bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
H A DInstCombineCompares.cpp3615 Transform = replacedSelectWithOperand(SI, &I, Op1 ? 2 : 1); in foldSelectICmp()
5451 bool InstCombinerImpl::replacedSelectWithOperand(SelectInst *SI, in replacedSelectWithOperand() function in InstCombinerImpl