Lines Matching refs:OtherVal
1598 /// two values ever stored into GV are its initializer and OtherVal. See if we
1601 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) {
1639 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal))
1646 bool StoringOther = SI->getOperand(0) == OtherVal;
1684 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);