Searched refs:IRType (Results 1 – 2 of 2) sorted by relevance
918 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument920 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()922 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()2980 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local2981 if (isa<llvm::VectorType>(IRType) || in GetByteVectorType()2983 return IRType; in GetByteVectorType()3153 IRType->isIntegerTy(64)) in GetINTEGERTypeAtOffset()3154 return IRType; in GetINTEGERTypeAtOffset()3162 if (IRType->isIntegerTy(8) || IRType->isIntegerTy(16) || in GetINTEGERTypeAtOffset()3163 IRType->isIntegerTy(32) || in GetINTEGERTypeAtOffset()[all …]
2273 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument2276 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()