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