Home
last modified time | relevance | path

Searched defs:ArgX (Results 1 – 3 of 3) sorted by relevance

/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp69 Argument *ArgX = &*Add1F->arg_begin(); // Get the arg in createAdd1() local
99 Argument *ArgX = &*FibF->arg_begin(); // Get the arg. in CreateFibFunction() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp91 Argument *ArgX = &*Add1F->arg_begin(); // Get the arg in main() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp68 Argument *ArgX = &*FibF->arg_begin(); // Get the arg. in CreateFibFunction() local