Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprClassification.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-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h339 CL_DuplicateVectorComponents, // A vector shuffle with dupes. enumerator