Searched refs:SimplifyCall (Results 1 – 3 of 3) sorted by relevance
287 Value *SimplifyCall(CallBase *Call, const SimplifyQuery &Q);
784 if (Value *V = SimplifyCall(&CI, SQ.getWithInstruction(&CI))) in visitCallInst()
5780 Value *llvm::SimplifyCall(CallBase *Call, const SimplifyQuery &Q) { in SimplifyCall() function in llvm5956 Result = SimplifyCall(cast<CallInst>(I), Q); in SimplifyInstruction()