Home
last modified time | relevance | path

Searched refs:SimplifyCall (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h287 Value *SimplifyCall(CallBase *Call, const SimplifyQuery &Q);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp784 if (Value *V = SimplifyCall(&CI, SQ.getWithInstruction(&CI))) in visitCallInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5780 Value *llvm::SimplifyCall(CallBase *Call, const SimplifyQuery &Q) { in SimplifyCall() function in llvm
5956 Result = SimplifyCall(cast<CallInst>(I), Q); in SimplifyInstruction()