Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6990 static Value *tryConstantFoldCall(CallBase *Call, Value *Callee, in tryConstantFoldCall() function
7027 if (Value *V = tryConstantFoldCall(Call, Callee, Args, Q)) in simplifyCall()
7041 if (Value *V = tryConstantFoldCall(Call, Call->getCalledOperand(), Args, Q)) in simplifyConstrainedFPCall()