Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewRHS

2556         Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS);
2557 return ConstantExpr::getICmp(Pred, NewLHS, NewRHS);