Home
last modified time | relevance | path

Searched refs:ActualArgs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp92 ArrayRef<GenericValue> ActualArgs = in runFunction() local
96 callFunction(F, ActualArgs); in runFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h58 const SmallVectorImpl<Constant*> &ActualArgs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp673 const SmallVectorImpl<Constant*> &ActualArgs) { in EvaluateFunction() argument
685 setVal(&*AI, ActualArgs[ArgNo]); in EvaluateFunction()