Home
last modified time | relevance | path

Searched refs:Formals (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp248 SmallVectorImpl<Constant *> &Formals) { in getCalleeWithFormalArgs() argument
251 return getFormalParams(CB, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs()
256 SmallVectorImpl<Constant *> &Formals) { in getFormalParams() argument
273 Formals.push_back(ArgC); in getFormalParams()
502 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local
503 Function *Callee = getCalleeWithFormalArgs(CB, Formals); in EvaluateBlock()
511 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
531 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h133 SmallVectorImpl<Constant *> &Formals);
138 SmallVectorImpl<Constant *> &Formals);