Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h423 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp940 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1122 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp5341 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
5418 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()