Searched defs:IRType (Results 1 - 3 of 3) sorted by path

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1740 llvm::Value *V, llvm::Type *IRType,
1743 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name);
1739 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
H A DTargetInfo.cpp478 bool IsX86_MMXType(llvm::Type *IRType) { argument
480 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
481 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
482 IRType->getScalarSizeInBits() != 64;
1258 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1261 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
1921 llvm::Type *IRType = CGT.ConvertType(Ty);
1925 llvm::StructType *STy = dyn_cast<llvm::StructType>(IRType);
1927 IRType
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h237 IRType; typedef in typeref:enum:__anon32276
239 /* Pretty-print an IRType */
240 extern void ppIRType ( IRType );
242 /* Get the size (in bytes) of an IRType */
243 extern Int sizeofIRType ( IRType );
247 extern IRType integerIRTypeOfSize ( Int szB );
376 IRType elemTy; /* type of each element in the indexed area */
381 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1795 IRType ty; /* Type of the value being read */
1888 IRType t
[all...]

Completed in 1236 milliseconds