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.cpp6947 static Value *tryConstantFoldCall(CallBase *Call, Value *Callee, in tryConstantFoldCall() function
6984 if (Value *V = tryConstantFoldCall(Call, Callee, Args, Q)) in simplifyCall()
6998 if (Value *V = tryConstantFoldCall(Call, Call->getCalledOperand(), Args, Q)) in simplifyConstrainedFPCall()