Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5952 static Value *tryConstantFoldCall(CallBase *Call, const SimplifyQuery &Q) { in tryConstantFoldCall() function
5985 if (Value *V = tryConstantFoldCall(Call, Q)) in SimplifyCall()