Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h809 Instruction *foldAllocaCmp(ICmpInst &ICI, const AllocaInst *Alloca,
DInstCombineCompares.cpp1005 Instruction *InstCombiner::foldAllocaCmp(ICmpInst &ICI, in foldAllocaCmp() function in InstCombiner
4720 if (Instruction *New = foldAllocaCmp(I, Alloca, Op1)) in visitICmpInst()
4723 if (Instruction *New = foldAllocaCmp(I, Alloca, Op0)) in visitICmpInst()