Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h821 Instruction *foldICmpWithConstant(ICmpInst &Cmp);
DInstCombineCompares.cpp1337 Instruction *InstCombiner::foldICmpWithConstant(ICmpInst &Cmp) { in foldICmpWithConstant() function in InstCombiner
4653 if (Instruction *Res = foldICmpWithConstant(I)) in visitICmpInst()