Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h675 Instruction *foldICmpWithZero(ICmpInst &Cmp);
H A DInstCombineCompares.cpp1202 Instruction *InstCombinerImpl::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero() function in InstCombinerImpl
7378 if (Instruction *Res = foldICmpWithZero(I)) in visitICmpInst()