Home | History | Annotate | Download | only in IPO

Lines Matching full:getval

2205   Constant *getVal(Value *V) {
2305 Constant *Ptr = getVal(SI->getOperand(1));
2317 Constant *Val = getVal(SI->getOperand(0));
2375 getVal(BO->getOperand(0)),
2376 getVal(BO->getOperand(1)));
2381 getVal(CI->getOperand(0)),
2382 getVal(CI->getOperand(1)));
2387 getVal(CI->getOperand(0)),
2392 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
2393 getVal(SI->getOperand(1)),
2394 getVal(SI->getOperand(2)));
2398 Constant *P = getVal(GEP->getOperand(0));
2402 GEPOps.push_back(getVal(*i));
2415 Constant *Ptr = getVal(LI->getOperand(0));
2463 Constant *Ptr = getVal(MSI->getDest());
2464 Constant *Val = getVal(MSI->getValue());
2465 Constant *DestVal = ComputeLoadResult(getVal(Ptr));
2489 Value *PtrArg = getVal(II->getArgOperand(1));
2514 Function *Callee = dyn_cast<Function>(getVal(CS.getCalledValue()));
2522 Formals.push_back(getVal(*i));
2565 dyn_cast<ConstantInt>(getVal(BI->getCondition()));
2572 dyn_cast<ConstantInt>(getVal(SI->getCondition()));
2576 Value *Val = getVal(IBI->getAddress())->stripPointerCasts();
2658 RetVal = getVal(RI->getOperand(0));
2675 setVal(PN, getVal(PN->getIncomingValueForBlock(CurBB)));