Searched refs:NewSt (Results 1 – 3 of 3) sorted by relevance
324 ProgramState NewSt = *this; in BindExpr() local325 NewSt.Env = NewEnv; in BindExpr()326 return getStateManager().getPersistentState(NewSt); in BindExpr()448 ProgramState NewSt(*this); in makeWithStore() local449 NewSt.setStore(store); in makeWithStore()450 return getStateManager().getPersistentState(NewSt); in makeWithStore()454 ProgramState NewSt(*this); in cloneAsPosteriorlyOverconstrained() local455 NewSt.PosteriorlyOverconstrained = true; in cloneAsPosteriorlyOverconstrained()456 return getStateManager().getPersistentState(NewSt); in cloneAsPosteriorlyOverconstrained()559 ProgramState NewSt = *St; in addGDM() local[all …]
3079 SDValue NewSt = in LowerSTOREVector() local3084 return NewSt; in LowerSTOREVector()
21649 if (SDValue NewSt = replaceStoreOfFPConstant(ST)) in visitSTORE() local21650 return NewSt; in visitSTORE()21653 if (SDValue NewSt = splitMergedValStore(ST)) in visitSTORE() local21654 return NewSt; in visitSTORE()