Home
last modified time | relevance | path

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

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