Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h395 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/llvm/lib/IR/
DFunction.cpp798 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
DVerifier.cpp3371 NewTy = VectorType::getTruncatedElementVectorType(VTy); in VerifyIntrinsicType()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3142 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
3216 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()