HomeSort by: relevance | last modified time | path
    Searched refs:SimplifyCall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 287 Value *SimplifyCall(CallBase *Call, const SimplifyQuery &Q);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 5780 Value *llvm::SimplifyCall(CallBase *Call, const SimplifyQuery &Q) {
5956 Result = SimplifyCall(cast<CallInst>(I), Q);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 784 if (Value *V = SimplifyCall(&CI, SQ.getWithInstruction(&CI)))

Completed in 52 milliseconds