Searched refs:AddFlags (Results 1 – 7 of 7) sorted by relevance
108 void Scope::AddFlags(unsigned FlagsToSet) { in AddFlags() function in Scope
124 def AddFlags(self, flags): member in FlagChanger
46 self._flag_changer.AddFlags(flags)
479 void AddFlags(unsigned Flags);
1318 getCurScope()->AddFlags(Scope::BreakScope); in ParseSwitchStatement()1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
3480 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local3494 AddFlags = SCEV::FlagNSW; in getMinusSCEV()3507 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags); in getMinusSCEV()
3990 auto AddFlags = SCEV::FlagAnyWrap; in getMinusSCEV() local4004 AddFlags = SCEV::FlagNSW; in getMinusSCEV()4017 return getAddExpr(LHS, getNegativeSCEV(RHS, NegFlags), AddFlags, Depth); in getMinusSCEV()