Searched refs:getTruncatedElementVectorType (Results 1 – 6 of 6) sorted by relevance
346 LLVM_ABI static VectorType *getTruncatedElementVectorType(VectorType *VTy);374 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function376 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()423 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function425 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
499 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function527 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()612 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function614 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()664 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function666 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
88 VectorType *VectorType::getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function in VectorType90 VTy->getContext().getType(llvm::VectorType::getTruncatedElementVectorType( in getTruncatedElementVectorType()
553 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()939 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
2002 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr()2088 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()2199 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
16884 cast<FixedVectorType>(VectorType::getTruncatedElementVectorType(DstTy)); in optimizeExtendOrTruncateConversion()