Searched refs:ConstantArgs (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 862 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()
|
D | InstructionSimplify.cpp | 4056 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/ |
D | InlineCost.cpp | 1458 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()
|
D | InstructionSimplify.cpp | 5309 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/ |
D | InlineCost.cpp | 1620 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()
|
D | InstructionSimplify.cpp | 5623 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()
|