reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
250 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); 251 case 8: return cast<IntegerType>(Type::getInt8Ty(C)); 252 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); 253 case 32: return cast<IntegerType>(Type::getInt32Ty(C)); 254 case 64: return cast<IntegerType>(Type::getInt64Ty(C)); 255 case 128: return cast<IntegerType>(Type::getInt128Ty(C)); 260 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; 263 Entry = new (C.pImpl->Alloc) IntegerType(C, NumBits); 263 Entry = new (C.pImpl->Alloc) IntegerType(C, NumBits);