HomeSort by: relevance | last modified time | path
    Searched refs:isMatrixElt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 258 bool isMatrixElt() const { return LVType == MatrixElt; }
355 assert(isMatrixElt());
359 assert(isMatrixElt());
CGExpr.cpp 1941 if (LV.isMatrixElt()) {
2082 if (Dst.isMatrixElt()) {

Completed in 41 milliseconds