Searched refs:IRType (Results 1 – 2 of 2) sorted by relevance
1016 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument1018 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()1019 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() && in IsX86_MMXType()1020 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()2267 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,2270 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,3258 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local3259 if (isa<llvm::VectorType>(IRType)) { in GetByteVectorType()3263 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy(128)) { in GetByteVectorType()3270 return IRType; in GetByteVectorType()[all …]
2433 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument2436 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()