Searched refs:llvmType (Results 1 – 3 of 3) 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 opaque20 syn match llvmType /\<i\d\+\>/80 syn match llvmType /!\zs\a\+\ze\s*(/102 HiLink llvmType Type
349 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local356 nullptr, llvmType)); in computeBlockInfo()434 llvm::Type *llvmType = in computeBlockInfo() local437 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType)); in computeBlockInfo()
3223 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local3224 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()