Home | History | Annotate | Download | only in IPO

Lines Matching refs:OpR

1199         Value *OpR = InstR->getOperand(i);
1200 if (int Res = cmpValues(OpL, OpR))
1203 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0);