Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h824 Instruction *foldICmpBinOp(ICmpInst &Cmp);
DInstCombineCompares.cpp3035 Instruction *InstCombiner::foldICmpBinOp(ICmpInst &I) { in foldICmpBinOp() function in InstCombiner
4795 if (Instruction *Res = foldICmpBinOp(I)) in visitICmpInst()