Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h270 bool isMatrixElt() const { return LVType == MatrixElt; } in isMatrixElt() function
368 assert(isMatrixElt()); in getMatrixPointer()
372 assert(isMatrixElt()); in getMatrixIdx()
H A DCGExpr.cpp1961 if (LV.isMatrixElt()) { in EmitLoadOfLValue()
2118 if (Dst.isMatrixElt()) { in EmitStoreThroughLValue()