Home | History | Annotate | Download | only in IPO

Lines Matching defs:InitVal

1632   Constant *InitVal = GV->getInitializer();
1633 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) &&
1640 IsOneZero = InitVal->isNullValue() && CI->isOne();
1649 if (StoringOther || SI->getOperand(0) == InitVal) {
1684 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);