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 0, llvmType));
384 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy); local
391 &*ci, llvmType));
446 llvm::Type *llvmType = local
449 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType));
H A DCGExpr.cpp2567 llvm::Type *llvmType = ConvertTypeForMem(FieldType); local
2568 V = EmitBitCastOfLValueToProperType(*this, V, llvmType, Field->getName());

Completed in 307 milliseconds