Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h183 bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
H A DInstCombineCompares.cpp3299 replacedSelectWithOperand(cast<SelectInst>(LHSI), &I, Op1 ? 2 : 1); in foldICmpInstWithConstantNotInt()
5005 bool InstCombinerImpl::replacedSelectWithOperand(SelectInst *SI, in replacedSelectWithOperand() function in InstCombinerImpl