Lines Matching defs:OtherVal
5577 Value *OtherVal = A == Op1 ? B : A;
5578 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
5605 Value *OtherVal = A == Op0 ? B : A;
5606 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
6142 /// \param OtherVal The other argument of compare instruction.
6146 const APInt *OtherVal,
6217 MaxVal = MaxVal.zext(OtherVal->getBitWidth());
6218 if (MaxVal.eq(*OtherVal))
6227 APInt MaxVal = APInt::getOneBitSet(OtherVal->getBitWidth(), MulWidth);
6228 if (MaxVal.eq(*OtherVal))