Home | History | Annotate | Download | only in IPO

Lines Matching refs:InitVal

1833   Constant *InitVal = GV->getInitializer();
1834 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) &&
1841 IsOneZero = InitVal->isNullValue() && CI->isOne();
1850 if (StoringOther || SI->getOperand(0) == InitVal) {
1885 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);