Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h822 Instruction *foldICmpInstWithConstant(ICmpInst &Cmp);
DInstCombineCompares.cpp2501 Instruction *InstCombiner::foldICmpInstWithConstant(ICmpInst &Cmp) { in foldICmpInstWithConstant() function in InstCombiner
4701 if (Instruction *Res = foldICmpInstWithConstant(I)) in visitICmpInst()