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\+\>/90 HiLink llvmType Type
362 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local369 0, llvmType)); in computeBlockInfo()384 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy); in computeBlockInfo() local391 &*ci, llvmType)); in computeBlockInfo()446 llvm::Type *llvmType = in computeBlockInfo() local449 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType)); in computeBlockInfo()
2567 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local2568 V = EmitBitCastOfLValueToProperType(*this, V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()