Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h306 Value *simplifyCall(CallBase *Call, const SimplifyQuery &Q);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6512 Value *llvm::simplifyCall(CallBase *Call, const SimplifyQuery &Q) { in simplifyCall() function in llvm
6684 return simplifyCall(cast<CallInst>(I), Q); in simplifyInstructionWithOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1159 if (Value *V = simplifyCall(&CI, SQ.getWithInstruction(&CI))) in visitCallInst()