Searched refs:setAttrRowOperand (Results 1 – 4 of 4) sorted by relevance
1847 void setAttrRowOperand(Expr *e) { getLocalData()->RowOperand = e; } in setAttrRowOperand() function1875 setAttrRowOperand(nullptr); in initializeLocal()
6585 TL.setAttrRowOperand(Reader.readExpr()); in VisitConstantMatrixTypeLoc()6593 TL.setAttrRowOperand(Reader.readExpr()); in VisitDependentSizedMatrixTypeLoc()
5363 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()5418 NewTL.setAttrRowOperand(rows); in TransformDependentSizedMatrixType()
6242 MTL.setAttrRowOperand(AL.getArgAsExpr(0)); in fillMatrixTypeLoc()