Searched defs:Formals (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp435 SmallVector<Constant*, 8> Formals; local
437 Formals.push_back(getVal(*i));
441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) {
458 if (!EvaluateFunction(Callee, RetVal, Formals)) {

Completed in 112 milliseconds