Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ExtVal

1822       ZExtInst *ExtVal = dyn_cast<ZExtInst>(CI->getArgOperand(0));
1823 if (!ExtVal || !ExtVal->hasOneUse() ||
1824 ExtVal->getParent() == CI->getParent())
1827 ExtVal->moveBefore(CI);
1830 InsertedInsts.insert(ExtVal);
2908 Value *ExtVal = SExt;
2918 ExtVal = ZExt;
2931 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal);
2938 return ExtVal;