Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NewRHS

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