Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h823 Instruction *foldICmpInstWithConstantNotInt(ICmpInst &Cmp);
DInstCombineCompares.cpp2772 Instruction *InstCombiner::foldICmpInstWithConstantNotInt(ICmpInst &I) { in foldICmpInstWithConstantNotInt() function in InstCombiner
4704 if (Instruction *Res = foldICmpInstWithConstantNotInt(I)) in visitICmpInst()