Lines Matching defs:InstResult
275 Constant *InstResult = nullptr;
330 InstResult = ComputeLoadResult(Ptr, LI->getType());
331 if (!InstResult) {
338 LLVM_DEBUG(dbgs() << "Evaluated load: " << *InstResult << "\n");
349 InstResult = AllocaTmps.back().get();
350 LLVM_DEBUG(dbgs() << "Found an alloca. Result: " << *InstResult << "\n");
473 InstResult = getVal(Stripped);
475 if (InstResult) {
480 InstResult = ConstantExpr::getBitCast(InstResult, II->getType());
488 if (!InstResult) {
500 InstResult = C;
502 << *InstResult << "\n");
522 InstResult = RetVal;
523 if (InstResult) {
525 << *InstResult << "\n\n");
571 InstResult = ConstantFoldInstOperands(&*CurInst, Ops, DL, TLI);
572 if (!InstResult) {
577 << *InstResult << "\n");
581 InstResult = ConstantFoldConstant(InstResult, DL, TLI);
582 setVal(&*CurInst, InstResult);