Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp265 SmallVectorImpl<Constant *> &Formals) { in getCalleeWithFormalArgs() argument
268 return getFormalParams(CB, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs()
272 !getFormalParams(CB, getFunction(CE->getOperand(0)), Formals)) in getCalleeWithFormalArgs()
280 SmallVectorImpl<Constant *> &Formals) { in getFormalParams() argument
298 Formals.push_back(ArgC); in getFormalParams()
579 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local
580 Function *Callee = getCalleeWithFormalArgs(CB, Formals); in EvaluateBlock()
588 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
608 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h88 SmallVectorImpl<Constant *> &Formals);
93 SmallVectorImpl<Constant *> &Formals);