Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/l/l/llvmpy-0.12.4/test/testall.py llvmpy(Download)
bb = Builder.new(b) s = bb.switch(f.args[0], b) s.add_case(Constant.int(ti, 10), b) s = list(b.instructions) b2 = b.insert_before('before')
src/l/l/llvmpy-HEAD/test/testall.py llvmpy(Download)
bb = Builder.new(b) s = bb.switch(f.args[0], b) s.add_case(Constant.int(ti, 10), b) s = list(b.instructions) b2 = b.insert_before('before')
src/l/l/llvm-py-HEAD/test/testall.py llvm-py(Download)
bb = Builder.new(b) s = bb.switch(f.args[0], b) s.add_case(Constant.int(ti, 10), b) s = list(b.instructions) b2 = b.insert_before('before')