Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h638 Instruction *foldAllocaCmp(ICmpInst &ICI, const AllocaInst *Alloca,
DInstCombineCompares.cpp1010 Instruction *InstCombinerImpl::foldAllocaCmp(ICmpInst &ICI, in foldAllocaCmp() function in InstCombinerImpl
5804 if (Instruction *New = foldAllocaCmp(I, Alloca, Op1)) in visitICmpInst()
5807 if (Instruction *New = foldAllocaCmp(I, Alloca, Op0)) in visitICmpInst()