Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h398 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/llvm/lib/IR/
DFunction.cpp781 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
DVerifier.cpp2991 NewTy = VectorType::getTruncatedElementVectorType(VTy); in VerifyIntrinsicType()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2963 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
3041 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()