Home | History | Annotate | Download | only in IPO

Lines Matching defs:RetVal

2197   bool EvaluateFunction(Function *F, Constant *&RetVal,
2540 Constant *RetVal = nullptr;
2543 if (!EvaluateFunction(Callee, RetVal, Formals)) {
2548 InstResult = RetVal;
2621 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal,
2658 RetVal = getVal(RI->getOperand(0));