Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h142 bool canConstantFoldCallTo(ImmutableCallSite CS, const Function *F);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1029 if (canConstantFoldCallTo(CS, F)) in ConstantFoldInstOperandsImpl()
1370 bool llvm::canConstantFoldCallTo(ImmutableCallSite CS, const Function *F) { in canConstantFoldCallTo() function in llvm
H A DInlineCost.cpp1181 if (!canConstantFoldCallTo(CS, F)) in simplifyCallSite()
H A DInstructionSimplify.cpp5162 if (!canConstantFoldCallTo(CS, F)) in SimplifyCall()
H A DScalarEvolution.cpp7659 return canConstantFoldCallTo(CI, F); in CanConstantFold()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1235 canConstantFoldCallTo(CS, F)) { in visitCallSite()