Home | History | Annotate | Download | only in opt

Lines Matching refs:SEConstantNode

72 // and SEConstantNode
106 // If |node| is an SEConstantNode then returns |node| or if |node| is an
107 // SEAddNode returns a vector of SEConstantNode that are its children.
108 std::vector<SEConstantNode*> GetAllTopLevelConstants(SENode* node) {
109 auto nodes = std::vector<SEConstantNode*>{};
135 // Fold all SEConstantNode that appear in |recurrences| and |constants| into a
138 const std::vector<SEConstantNode*>& constants) {
561 SEConstantNode* delta_constant = constant_term_delta->AsSEConstantNode();
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode();
712 SEConstantNode* delta_constant = delta->AsSEConstantNode();
713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode();
745 SEConstantNode* lower_bound =
747 SEConstantNode* upper_bound =
791 "SEConstantNode with value: " +
822 "SEConstantNode with value: " +
864 SEConstantNode* delta_constant = delta->AsSEConstantNode();
865 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode();
898 SEConstantNode* lower_bound =
900 SEConstantNode* upper_bound =
943 "SEConstantNode with value: " +
975 "SEConstantNode with value: " +
1026 SEConstantNode* delta_constant = offset_delta->AsSEConstantNode();
1027 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode();