Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1016 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
1018 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()
1020 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()
3259 if (isa<llvm::VectorType>(IRType)) { in GetByteVectorType()
3270 return IRType; in GetByteVectorType()
3274 return IRType; in GetByteVectorType()
3446 IRType->isIntegerTy(64)) in GetINTEGERTypeAtOffset()
3447 return IRType; in GetINTEGERTypeAtOffset()
3455 if (IRType->isIntegerTy(8) || IRType->isIntegerTy(16) || in GetINTEGERTypeAtOffset()
3456 IRType->isIntegerTy(32) || in GetINTEGERTypeAtOffset()
[all …]
H A DCGExpr.cpp2433 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
2436 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()