Searched defs:CIRGenTypeCache (Results 1 – 1 of 1) sorted by relevance
24 struct CIRGenTypeCache { struct25 CIRGenTypeCache() {} in CIRGenTypeCache() argument28 cir::VoidType VoidTy;31 cir::IntType SInt8Ty;32 cir::IntType SInt16Ty;33 cir::IntType SInt32Ty;34 cir::IntType SInt64Ty;35 cir::IntType SInt128Ty;38 cir::IntType UInt8Ty;39 cir::IntType UInt16Ty;[all …]