Lines Matching refs:getSize
63 MemoryLocation(L->getValue(), L->getSize(), L->getAAInfo()), in mergeSetIn()
64 MemoryLocation(R->getValue(), R->getSize(), R->getAAInfo()))) in mergeSetIn()
138 MemoryLocation(P->getValue(), P->getSize(), P->getAAInfo()), in addPointer()
203 return AA.alias(MemoryLocation(SomePtr->getValue(), SomePtr->getSize(), in aliasesPointer()
213 MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())); in aliasesPointer()
251 Inst, MemoryLocation(I.getPointer(), I.getSize(), I.getAAInfo())))) in aliasesUnknownInst()
506 MemoryLocation(ASI.getPointer(), ASI.getSize(), ASI.getAAInfo()), in add()
558 AS->addPointer(*this, Entry, I->second->getSize(), I->second->getAAInfo(), in copyValue()
635 if (I.getSize() == LocationSize::afterPointer()) in print()
637 else if (I.getSize() == LocationSize::beforeOrAfterPointer()) in print()
640 OS << ", " << I.getSize() << ")"; in print()