Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp502 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
504 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() local
1828 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 …]
HDCGExpr.cpp1685 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
1688 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()