reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
185 Type *Int8Ty = Type::getInt8Ty(C); 186 Type *Int16Ty = Type::getInt16Ty(C); 187 Type *Int32Ty = Type::getInt32Ty(C); 188 Type *Int64Ty = Type::getInt64Ty(C); 191 Type *X86MMXTy = Type::getX86_MMXTy(C); 193 Type *HalfTy = Type::getHalfTy(C); 194 Type *FloatTy = Type::getFloatTy(C); 195 Type *DoubleTy = Type::getDoubleTy(C); 293 BasicBlock *BB = BasicBlock::Create(C);