Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp862 SmallVector<Constant *, 4> ConstantArgs; in simplifyCallSite() local
863 ConstantArgs.reserve(CS.arg_size()); in simplifyCallSite()
872 ConstantArgs.push_back(C); in simplifyCallSite()
874 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) { in simplifyCallSite()
DInstructionSimplify.cpp4056 SmallVector<Constant *, 4> ConstantArgs; in SimplifyCall() local
4057 ConstantArgs.reserve(ArgEnd - ArgBegin); in SimplifyCall()
4062 ConstantArgs.push_back(C); in SimplifyCall()
4065 return ConstantFoldCall(F, ConstantArgs, Q.TLI); in SimplifyCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp1458 SmallVector<Constant *, 4> ConstantArgs; in simplifyCallSite() local
1459 ConstantArgs.reserve(Call.arg_size()); in simplifyCallSite()
1467 ConstantArgs.push_back(C); in simplifyCallSite()
1469 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
DInstructionSimplify.cpp5309 SmallVector<Constant *, 4> ConstantArgs; in SimplifyCall() local
5311 ConstantArgs.reserve(NumArgs); in SimplifyCall()
5316 ConstantArgs.push_back(C); in SimplifyCall()
5319 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in SimplifyCall()
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp1620 SmallVector<Constant *, 4> ConstantArgs; in simplifyCallSite() local
1621 ConstantArgs.reserve(Call.arg_size()); in simplifyCallSite()
1629 ConstantArgs.push_back(C); in simplifyCallSite()
1631 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
DInstructionSimplify.cpp5623 SmallVector<Constant *, 4> ConstantArgs; in tryConstantFoldCall() local
5625 ConstantArgs.reserve(NumArgs); in tryConstantFoldCall()
5633 ConstantArgs.push_back(C); in tryConstantFoldCall()
5636 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()