Home | History | Annotate | Download | only in IPO

Lines Matching refs:InitVal

1627   Constant *InitVal = GV->getInitializer();
1628 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) &&
1635 IsOneZero = InitVal->isNullValue() && CI->isOne();
1644 if (StoringOther || SI->getOperand(0) == InitVal) {
1679 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);