Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp1067 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
1069 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()
1070 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() && in IsX86_MMXType()
1071 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()
2331 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
2334 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
3315 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local
3316 if (isa<llvm::VectorType>(IRType)) { in GetByteVectorType()
3320 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy(128)) { in GetByteVectorType()
3327 return IRType; in GetByteVectorType()
[all …]
H A DCGExpr.cpp2475 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
2478 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()