Home | History | Annotate | Download | only in IPO

Lines Matching refs:InstResult

2334     Constant *InstResult = 0;
2389 InstResult = ConstantExpr::get(BO->getOpcode(),
2393 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
2397 InstResult = ConstantExpr::getCast(CI->getOpcode(),
2401 InstResult = ConstantExpr::getSelect(getVal(Values, SI->getOperand(0)),
2410 InstResult =
2415 InstResult = ComputeLoadResult(getVal(Values, LI->getOperand(0)),
2417 if (InstResult == 0) return false; // Could not evaluate load.
2425 InstResult = AllocaTmps.back();
2465 InstResult = C;
2478 InstResult = RetVal;
2537 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(InstResult))
2538 InstResult = ConstantFoldConstantExpression(CE, TD);
2540 Values[CurInst] = InstResult;