Searched refs:remapScalar (Results 1 – 1 of 1) sorted by relevance
243 virtual Type *remapScalar(PointerType *PT) = 0;261 Type *remapScalar(PointerType *PT) override { return DL.getIntPtrType(PT); } in remapScalar() function in __anone5d2dd830111::BufferFatPtrToIntTypeMap272 Type *remapScalar(PointerType *PT) override;285 return *Entry = remapScalar(PT); in remapTypeImpl()357 Type *BufferFatPtrToStructTypeMap::remapScalar(PointerType *PT) { in remapScalar() function in BufferFatPtrToStructTypeMap