reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
814 if (Size > AllocSize || Offset.ugt(AllocSize - Size)) { 814 if (Size > AllocSize || Offset.ugt(AllocSize - Size)) { 815 LLVM_DEBUG(dbgs() << "WARNING: Ignoring " << Size << " byte store @" 825 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());