Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGValue.h258 bool isMatrixElt() const { return LVType == MatrixElt; } in isMatrixElt() function
355 assert(isMatrixElt()); in getMatrixPointer()
359 assert(isMatrixElt()); in getMatrixIdx()
DCGExpr.cpp1942 if (LV.isMatrixElt()) { in EmitLoadOfLValue()
2084 if (Dst.isMatrixElt()) { in EmitStoreThroughLValue()