Lines Matching defs:OtherVal
5787 Value *OtherVal = A == Op1 ? B : A;
5788 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
5815 Value *OtherVal = A == Op0 ? B : A;
5816 return new ICmpInst(Pred, OtherVal, Constant::getNullValue(A->getType()));
6348 /// \param OtherVal The other argument of compare instruction.
6352 const APInt *OtherVal,
6423 MaxVal = MaxVal.zext(OtherVal->getBitWidth());
6424 if (MaxVal.eq(*OtherVal))
6433 APInt MaxVal = APInt::getOneBitSet(OtherVal->getBitWidth(), MulWidth);
6434 if (MaxVal.eq(*OtherVal))