Searched refs:simplifyCall (Results 1 – 4 of 4) sorted by relevance
302 Value *simplifyCall(CallBase *Call, const SimplifyQuery &Q);
601 EXPECT_EQ(simplifyCall(CI, SimplifyQuery(M.getDataLayout())), nullptr); in TEST()
6221 Value *llvm::simplifyCall(CallBase *Call, const SimplifyQuery &Q) { in simplifyCall() function in llvm6421 Result = simplifyCall(cast<CallInst>(I), Q); in simplifyInstructionWithOperands()
1140 if (Value *V = simplifyCall(&CI, SQ.getWithInstruction(&CI))) in visitCallInst()