Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h284 Instruction *FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, Value *Other);
DInstCombineCompares.cpp733 Instruction *InstCombiner::FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, in FoldAllocaCmp() function in InstCombiner
3292 if (Instruction *New = FoldAllocaCmp(I, Alloca, Op1)) in visitICmpInst()
3295 if (Instruction *New = FoldAllocaCmp(I, Alloca, Op0)) in visitICmpInst()