Searched refs:ConstantFoldCall (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h148 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
150 Constant *ConstantFoldCall(const CallBase *Call, Function *F,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp570 if (Constant *C = ConstantFoldCall(cast<CallBase>(CS.getInstruction()),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1052 return ConstantFoldCall(Call, F, Ops.slice(0, Ops.size() - 1), TLI);
2470 Constant *llvm::ConstantFoldCall(const CallBase *Call, Function *F, function in class:llvm
H A DInlineCost.cpp1469 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) {
H A DInstructionSimplify.cpp5319 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1294 if (Constant *C = ConstantFoldCall(cast<CallBase>(CS.getInstruction()), F,

Completed in 275 milliseconds