Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h170 VectorElt, // This is a vector element l-value (V[i]), use getVector* enumerator
254 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()
406 R.LVType = VectorElt; in MakeVectorElt()