Lines Matching refs:Result
14 // result" belongs in this file.
706 Value *Result = CastToCStr(CI->getArgOperand(0), B);
707 Result = B.CreateConstInBoundsGEP1_64(Result, Offset, "strstr");
708 return B.CreateBitCast(Result, CI->getType());
845 // result type.
900 // result type.
978 // result type.
1149 // Require one fixed pointer argument and an integer/void result.
1236 // The sprintf result is the unincremented number of bytes in the string.
1243 // Require two fixed pointer arguments and an integer result.
1381 // Require two fixed paramters as pointers and integer result.
1412 // Require one fixed pointer argument and an integer/void result.
1623 Value *Result = LCO->OptimizeCall(CI, TD, TLI, Builder);
1624 if (Result == 0) continue;
1627 dbgs() << " into: " << *Result << "\n");
1637 if (CI != Result && !CI->use_empty()) {
1638 CI->replaceAllUsesWith(Result);
1639 if (!Result->hasName())
1640 Result->takeName(CI);