Home
last modified time | relevance | path

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

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