Lines Matching refs:getVal
250 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs()
268 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), PTy, DL); in getFormalParams()
308 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock()
329 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock()
346 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock()
399 auto *LenC = dyn_cast<ConstantInt>(getVal(MSI->getLength())); in EvaluateBlock()
405 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock()
415 Constant *Val = getVal(MSI->getValue()); in EvaluateBlock()
448 Value *PtrArg = getVal(II->getArgOperand(1)); in EvaluateBlock()
485 InstResult = getVal(Stripped); in EvaluateBlock()
557 dyn_cast<ConstantInt>(getVal(BI->getCondition())); in EvaluateBlock()
564 dyn_cast<ConstantInt>(getVal(SI->getCondition())); in EvaluateBlock()
568 Value *Val = getVal(IBI->getAddress())->stripPointerCasts(); in EvaluateBlock()
587 Ops.push_back(getVal(Op)); in EvaluateBlock()
667 RetVal = getVal(RI->getOperand(0)); in EvaluateFunction()
685 setVal(PN, getVal(PN->getIncomingValueForBlock(CurBB))); in EvaluateFunction()