Lines Matching refs:LLVM
571 // Note: LLVM optimizations can inline and remove functions, after which you will not be
597 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
656 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
1213 // For LLVM-originating strings, see parser.js:parseLLVMString function