Searched refs:llvmType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/vim/
H A Dllvm.vim17 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx
19 syn keyword llvmType type label opaque
20 syn match llvmType /\<i\d\+\>/
90 HiLink llvmType Type
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp362 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); local
369 nullptr, llvmType));
383 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy); local
389 Qualifiers::OCL_None, &CI, llvmType));
444 llvm::Type *llvmType = local
447 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType));
H A DCGExpr.cpp2650 llvm::Type *llvmType = ConvertTypeForMem(FieldType); local
2651 V = EmitBitCastOfLValueToProperType(*this, V, llvmType, Field->getName());

Completed in 1400 milliseconds