Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h150 VectorElt, // This is a vector element l-value (V[i]), use getVector* enumerator
185 bool isVectorElt() const { return lvType == VectorElt; } in isVectorElt()
245 r.lvType = VectorElt; in makeVectorElt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h185 VectorElt, // This is a vector element l-value (V[i]), use getVector*
279 bool isVectorElt() const { return LVType == VectorElt; }
446 R.LVType = VectorElt;