Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h196 bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
H A DInstCombineCompares.cpp4168 Transform = replacedSelectWithOperand(SI, &I, Op1 ? 2 : 1); in foldSelectICmp()
6406 bool InstCombinerImpl::replacedSelectWithOperand(SelectInst *SI, in replacedSelectWithOperand() function in InstCombinerImpl