Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp65 case Cl::CL_DuplicateVectorComponents: in ClassifyImpl()
340 return Cl::CL_DuplicateVectorComponents; in ClassifyInternal()
700 case Cl::CL_DuplicateVectorComponents: return LV_DuplicateVectorComponents; in ClassifyLValue()
721 case Cl::CL_DuplicateVectorComponents: return MLV_DuplicateVectorComponents; in isModifiableLvalue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h334 CL_DuplicateVectorComponents, // A vector shuffle with dupes. enumerator