Searched refs:ConstantFoldCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 146 Constant *ConstantFoldCall(ImmutableCallSite CS, Function *F,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 544 if (Constant *C = ConstantFoldCall(CS, Callee, Formals, TLI)) { in EvaluateBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1030 return ConstantFoldCall(CS, F, Ops.slice(0, Ops.size() - 1), TLI); in ConstantFoldInstOperandsImpl() 2294 llvm::ConstantFoldCall(ImmutableCallSite CS, Function *F, in ConstantFoldCall() function in llvm
|
| H A D | InlineCost.cpp | 1197 if (Constant *C = ConstantFoldCall(CS, F, ConstantArgs)) { in simplifyCallSite()
|
| H A D | InstructionSimplify.cpp | 5174 return ConstantFoldCall(CS, F, ConstantArgs, Q.TLI); in SimplifyCall()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 1256 if (Constant *C = ConstantFoldCall(CS, F, Operands, TLI)) { in visitCallSite()
|