Searched refs:SENegative (Results 1 – 6 of 6) sorted by relevance
34 class SENegative; variable182 DeclareCastMethod(SENegative) in DeclareCastMethod()301 class SENegative : public SENode {303 explicit SENegative(ScalarEvolutionAnalysis* parent_analysis) in SENegative() function308 SENegative* AsSENegative() override { return this; } in AsSENegative()309 const SENegative* AsSENegative() const override { return this; } in AsSENegative()
65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation()873 Signedness Visit(const SENegative* node) { in Visit()