Home
last modified time | relevance | path

Searched refs:IRType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp817 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
819 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()
820 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() && in IsX86_MMXType()
821 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()
1917 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1920 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
2747 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local
2748 if (isa<llvm::VectorType>(IRType) || in GetByteVectorType()
2749 IRType->getTypeID() == llvm::Type::FP128TyID) in GetByteVectorType()
2750 return IRType; in GetByteVectorType()
[all …]
DCGExpr.cpp1944 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
1947 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()