Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h460 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
488 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
547 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function
549 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
598 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function
600 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1225 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1452 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp6601 llvm::Type *Tys[2] = { VTy->getTruncatedElementVectorType(VTy), Ty}; in EmitCommonNeonBuiltinExpr()
6696 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
6807 llvm::FixedVectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()