Home
last modified time | relevance | path

Searched refs:getTruncatedElementVectorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h458 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
486 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
545 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function
547 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
596 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function
598 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp103 VectorType::getTruncatedElementVectorType(V8Int32Ty)); in TEST()
198 VectorType::getTruncatedElementVectorType(ScV8Int32Ty)); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1319 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1575 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp6795 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr()
6889 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
7000 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()