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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h170 VectorElt, // This is a vector element l-value (V[i]), use getVector* enumerator in enum:clang::CodeGen::LValue::__anon2935
253 bool isVectorElt() const { return LVType == VectorElt; }
386 R.LVType = VectorElt;

Completed in 52 milliseconds