Searched refs:getAttrRowOperand (Results 1 – 4 of 4) sorted by relevance
1221 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));1227 TRY_TO(TraverseStmt(TL.getAttrRowOperand()));
1846 Expr *getAttrRowOperand() const { return getLocalData()->RowOperand; } in getAttrRowOperand() function
298 Record.AddStmt(TL.getAttrRowOperand()); in VisitConstantMatrixTypeLoc()308 Record.AddStmt(TL.getAttrRowOperand()); in VisitDependentSizedMatrixTypeLoc()
5363 NewTL.setAttrRowOperand(TL.getAttrRowOperand()); in TransformConstantMatrixType()5383 Expr *origRows = TL.getAttrRowOperand(); in TransformDependentSizedMatrixType()