HomeSort by relevance Sort by last modified time
    Searched defs:Formals (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 435 SmallVector<Constant*, 8> Formals;
437 Formals.push_back(getVal(*i));
441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) {
458 if (!EvaluateFunction(Callee, RetVal, Formals)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Evaluator.cpp 233 SmallVector<Constant *, 8> &Formals) {
236 return getFormalParams(CS, Fn, Formals) ? Fn : nullptr;
240 !getFormalParams(CS, getFunction(CE->getOperand(0)), Formals))
248 SmallVector<Constant *, 8> &Formals) {
266 Formals.push_back(ArgC);
536 SmallVector<Constant *, 8> Formals;
537 Function *Callee = getCalleeWithFormalArgs(CS, Formals);
545 if (Constant *C = ConstantFoldCall(CS, Callee, Formals, TLI)) {
564 if (!EvaluateFunction(Callee, RetVal, Formals)) {

Completed in 133 milliseconds