Searched defs:MemAccessTy (Results 1 – 3 of 3) sorted by relevance
222 struct MemAccessTy { struct224 static const unsigned UnknownAddressSpace =227 Type *MemTy = nullptr;228 unsigned AddrSpace = UnknownAddressSpace;231 MemAccessTy(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {} in MemAccessTy() function233 bool operator==(MemAccessTy Other) const { in operator ==()237 bool operator!=(MemAccessTy Other) const { return !(*this == Other); } in operator !=()239 static MemAccessTy getUnknown(LLVMContext &Ctx, in getUnknown()244 Type *getType() { return MemTy; } in getType()
307 Type *MemAccessTy = I.getOperand(0)->getType(); in getUnrollingPreferences() local
1054 Type *MemAccessTy = (isa<LoadInst>(I) ? I->getType() : in supportedAddressingMode() local