Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp918 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
920 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() local
2981 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 …]
H A DCGExpr.cpp2273 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
2276 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()