Home | History | Annotate | Download | only in IPO

Lines Matching refs:OtherVal

1606 /// two values ever stored into GV are its initializer and OtherVal.  See if we
1609 static bool TryToShrinkGlobalToBoolean(GlobalVariable *GV, Constant *OtherVal) {
1648 if (ConstantInt *CI = dyn_cast<ConstantInt>(OtherVal))
1655 bool StoringOther = SI->getOperand(0) == OtherVal;
1690 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);