Searched refs:tape_0 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/examples/BrainF/
H A DBrainF.cpp215 Value *tape_0 = getchar_call; local
219 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
229 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); local
233 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
281 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); local
285 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg);
445 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); local
448 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,
/external/swiftshader/third_party/LLVM/examples/BrainF/
H A DBrainF.cpp205 Value *tape_0 = getchar_call; local
209 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
219 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); local
223 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
271 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); local
275 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg);
435 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); local
438 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0,

Completed in 51 milliseconds