Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h658 Instruction *foldICmpWithZero(ICmpInst &Cmp);
DInstCombineCompares.cpp1379 Instruction *InstCombinerImpl::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero() function in InstCombinerImpl
5756 if (Instruction *Res = foldICmpWithZero(I)) in visitICmpInst()