Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h826 Instruction *foldICmpWithZero(ICmpInst &Cmp);
DInstCombineCompares.cpp1319 Instruction *InstCombiner::foldICmpWithZero(ICmpInst &Cmp) { in foldICmpWithZero() function in InstCombiner
4677 if (Instruction *Res = foldICmpWithZero(I)) in visitICmpInst()