Searched refs:remapVector (Results 1 – 1 of 1) sorted by relevance
244 virtual Type *remapVector(VectorType *VT) = 0;262 Type *remapVector(VectorType *VT) override { return DL.getIntPtrType(VT); } in remapVector() function in __anone5d2dd830111::BufferFatPtrToIntTypeMap273 Type *remapVector(VectorType *VT) override;291 return *Entry = remapVector(VT); in remapTypeImpl()363 Type *BufferFatPtrToStructTypeMap::remapVector(VectorType *VT) { in remapVector() function in BufferFatPtrToStructTypeMap