Searched refs:VectorElt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h111 VectorElt, // This is a vector element l-value (V[i]), use getVector* enumerator in enum:clang::CodeGen::LValue::__anon17853
193 bool isVectorElt() const { return LVType == VectorElt; }
310 R.LVType = VectorElt;

Completed in 54 milliseconds