Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h155 VectorElt, // This is a vector element l-value (V[i]), use getVector* enumerator
247 bool isVectorElt() const { return LVType == VectorElt; } in isVectorElt()
389 R.LVType = VectorElt; in MakeVectorElt()
/external/llvm-project/clang/lib/CodeGen/
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()