Searched refs:getAttrRowOperand (Results 1 – 4 of 4) sorted by relevance
1317 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));1323 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1878 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
377 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()387 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
5452 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()5472 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()