Searched refs:getTruncatedElementVectorType (Results 1 – 9 of 9) sorted by relevance
458 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function486 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()545 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function547 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()596 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function598 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
486 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function514 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
396 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
399 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
825 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()1006 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
1008 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()1236 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
1412 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()1655 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()3624 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
237 llvm::VectorType *dstTy = llvm::VectorType::getTruncatedElementVectorType(srcTy); in lowerPack()