reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13896 StepExpr = Val.get(); 13900 buildVarDecl(*this, StepLoc, StepExpr->getType(), ".linear.step"); 13902 buildDeclRefExpr(*this, SaveVar, StepExpr->getType(), StepLoc); 13904 BuildBinOp(CurScope, StepLoc, BO_Assign, SaveRef.get(), StepExpr); 13910 bool IsConstant = StepExpr->isIntegerConstantExpr(Result, Context); 13923 StepExpr, CalcStepExpr,