Home | History | Annotate | Download | only in IPO

Lines Matching refs:InstResult

2338     Constant *InstResult = 0;
2393 InstResult = ConstantExpr::get(BO->getOpcode(),
2397 InstResult = ConstantExpr::getCompare(CI->getPredicate(),
2401 InstResult = ConstantExpr::getCast(CI->getOpcode(),
2405 InstResult = ConstantExpr::getSelect(getVal(Values, SI->getOperand(0)),
2414 InstResult = cast<GEPOperator>(GEP)->isInBounds() ?
2419 InstResult = ComputeLoadResult(getVal(Values, LI->getOperand(0)),
2421 if (InstResult == 0) return false; // Could not evaluate load.
2429 InstResult = AllocaTmps.back();
2469 InstResult = C;
2482 InstResult = RetVal;
2541 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(InstResult))
2542 InstResult = ConstantFoldConstantExpression(CE, TD);
2544 Values[CurInst] = InstResult;