Lines Matching defs:ExtVal
2485 ZExtInst *ExtVal = dyn_cast<ZExtInst>(CI->getArgOperand(0));
2486 if (!ExtVal || !ExtVal->hasOneUse() ||
2487 ExtVal->getParent() == CI->getParent())
2490 ExtVal->moveBefore(CI);
2493 InsertedInsts.insert(ExtVal);
4648 Value *ExtVal = SExt;
4658 ExtVal = ZExt;
4671 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal);
4678 return ExtVal;