Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp435 SmallVector<Constant*, 8> Formals; in EvaluateBlock() local
437 Formals.push_back(getVal(*i)); in EvaluateBlock()
441 if (Constant *C = ConstantFoldCall(Callee, Formals, TLI)) { in EvaluateBlock()
458 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2456 SmallVector<Constant*, 8> Formals; in EvaluateFunction() local
2460 Formals.push_back(getVal(Values, *i)); in EvaluateFunction()
2464 if (Constant *C = ConstantFoldCall(Callee, Formals)) { in EvaluateFunction()
2475 if (!EvaluateFunction(Callee, RetVal, Formals, CallStack, in EvaluateFunction()