Searched refs:lli (Results 1 – 25 of 68) sorted by relevance
123
50 long long int lli; in test() local51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}} in test()52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
5 lli - directly execute programs from LLVM bitcode9 B<lli> [I<options>] [I<filename>] [I<program args>]13 B<lli> directly executes programs in LLVM bitcode format. It takes a program15 available for the current architecture, or an interpreter. B<lli> takes all of17 B<lli> is using the just-in-time compiler.19 If I<filename> is not specified, then B<lli> reads the LLVM bitcode for the44 Causes B<lli> to load the plugin (shared object) named I<pluginfilename> and use59 Print out the version of B<lli> and exit without doing anything else.115 Causes B<lli> to enable optimizations that may decrease floating point120 Causes B<lli> to generate software floating point library calls instead of[all …]
3 add_llvm_tool(lli4 lli.cpp
11 TOOLNAME := lli
8 int* x5 = malloc(5); long long int lli, *lli7 = malloc(7); in main() local43 lli = * lli7; // ok if --partial-loads-ok=yes see XXX below in main()
1 ; RUN: lli %s > /dev/null
1 ; RUN: lli -force-interpreter=true %s
1 ; RUN: lli %s test
3 ; RUN: not lli %s
1 ; RUN: opt < %s -licm | lli