Searched refs:IRType (Results 1 – 2 of 2) sorted by relevance
502 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument504 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()505 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() && in IsX86_MMXType()506 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()1161 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,1164 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,1824 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local1828 llvm::StructType *STy = dyn_cast<llvm::StructType>(IRType); in GetByteVectorType()1830 IRType = STy->getElementType(0); in GetByteVectorType()1831 STy = dyn_cast<llvm::StructType>(IRType); in GetByteVectorType()[all …]
1685 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument1688 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()