Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp639 ASTContext::BuiltinVectorTypeInfo VecInfo = in CheckBuiltinFunctionCall() local
643 if (VecInfo.NumVectors != 1) // vget for tuple type in CheckBuiltinFunctionCall()
644 MaxIndex = VecInfo.NumVectors; in CheckBuiltinFunctionCall()
646 MaxIndex = (VecInfo.EC.getKnownMinValue() * VecInfo.NumVectors) / in CheckBuiltinFunctionCall()
654 ASTContext::BuiltinVectorTypeInfo VecInfo = in CheckBuiltinFunctionCall() local
662 (VecInfo.EC.getKnownMinValue() * VecInfo.NumVectors); in CheckBuiltinFunctionCall()