Home
last modified time | relevance | path

Searched refs:simplifyCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h302 Value *simplifyCall(CallBase *Call, const SimplifyQuery &Q);
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp601 EXPECT_EQ(simplifyCall(CI, SimplifyQuery(M.getDataLayout())), nullptr); in TEST()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6221 Value *llvm::simplifyCall(CallBase *Call, const SimplifyQuery &Q) { in simplifyCall() function in llvm
6421 Result = simplifyCall(cast<CallInst>(I), Q); in simplifyInstructionWithOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1140 if (Value *V = simplifyCall(&CI, SQ.getWithInstruction(&CI))) in visitCallInst()