Home | History | Annotate | Download | only in IPO

Lines Matching full:getval

2498   Constant *getVal(Value *V) {
2598 Constant *Ptr = getVal(SI->getOperand(1));
2610 Constant *Val = getVal(SI->getOperand(0));
2668 getVal(BO->getOperand(0)),
2669 getVal(BO->getOperand(1)));
2674 getVal(CI->getOperand(0)),
2675 getVal(CI->getOperand(1)));
2680 getVal(CI->getOperand(0)),
2685 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
2686 getVal(SI->getOperand(1)),
2687 getVal(SI->getOperand(2)));
2691 Constant *P = getVal(GEP->getOperand(0));
2695 GEPOps.push_back(getVal(*i));
2708 Constant *Ptr = getVal(LI->getOperand(0));
2757 Constant *Ptr = getVal(MSI->getDest());
2758 Constant *Val = getVal(MSI->getValue());
2759 Constant *DestVal = ComputeLoadResult(getVal(Ptr));
2783 Value *PtrArg = getVal(II->getArgOperand(1));
2808 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue()));
2816 Formals.push_back(getVal(*i));
2859 dyn_cast<ConstantInt>(getVal(BI->getCondition()));
2866 dyn_cast<ConstantInt>(getVal(SI->getCondition()));
2870 Value *Val = getVal(IBI->getAddress())->stripPointerCasts();
2952 RetVal = getVal(RI->getOperand(0));
2969 setVal(PN, getVal(PN->getIncomingValueForBlock(CurBB)));