Searched refs:llvmType (Results 1 – 4 of 4) sorted by relevance
17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp12818 syn keyword llvmType label metadata x86_mmx19 syn keyword llvmType type label opaque token20 syn match llvmType /\<i\d\+\>/174 syn match llvmType /!\zs\a\+\ze\s*(/196 HiLink llvmType Type
97 auto llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local98 addTypedData(llvmType, begin); in addTypedData()
354 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local361 nullptr, llvmType)); in computeBlockInfo()439 llvm::Type *llvmType = in computeBlockInfo() local442 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType)); in computeBlockInfo()
3432 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local3433 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()