Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp62 case Cl::CL_DuplicateVectorComponents: in ClassifyImpl()
317 return Cl::CL_DuplicateVectorComponents; in ClassifyInternal()
660 case Cl::CL_DuplicateVectorComponents: return LV_DuplicateVectorComponents; in ClassifyLValue()
681 case Cl::CL_DuplicateVectorComponents: return MLV_DuplicateVectorComponents; in isModifiableLvalue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h311 CL_DuplicateVectorComponents, // A vector shuffle with dupes. enumerator