Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h395 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/llvm/include/llvm/IR/
DDerivedTypes.h396 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/llvm/lib/IR/
DFunction.cpp825 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1006 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp1769 Ty = VectorType::getTruncatedElementVectorType(VTy); in PerformTypeCheck()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
3624 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()