Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h658 Instruction *foldICmpWithConstant(ICmpInst &Cmp);
H A DInstCombineCompares.cpp1397 Instruction *InstCombinerImpl::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant() function in InstCombinerImpl
5617 if (Instruction *Res = foldICmpWithConstant(I)) in visitICmpInst()