Searched refs:FoldAllocaCmp (Results 1 – 2 of 2) sorted by relevance
284 Instruction *FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, Value *Other);
733 Instruction *InstCombiner::FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, in FoldAllocaCmp() function in InstCombiner3292 if (Instruction *New = FoldAllocaCmp(I, Alloca, Op1)) in visitICmpInst()3295 if (Instruction *New = FoldAllocaCmp(I, Alloca, Op0)) in visitICmpInst()