Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp65 case Cl::CL_DuplicateVectorComponents: in ClassifyImpl()
337 return Cl::CL_DuplicateVectorComponents; in ClassifyInternal()
682 case Cl::CL_DuplicateVectorComponents: return LV_DuplicateVectorComponents; in ClassifyLValue()
703 case Cl::CL_DuplicateVectorComponents: return MLV_DuplicateVectorComponents; in isModifiableLvalue()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h332 CL_DuplicateVectorComponents, // A vector shuffle with dupes. enumerator