reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  903   Instruction *foldAllocaCmp(ICmpInst &ICI, const AllocaInst *Alloca,

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5499       if (Instruction *New = foldAllocaCmp(I, Alloca, Op1))
 5502       if (Instruction *New = foldAllocaCmp(I, Alloca, Op0))