Searched refs:getAttrRowOperand (Results 1 – 4 of 4) sorted by relevance
1208 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));1214 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1797 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
297 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()307 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
5277 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()5297 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()