Searched refs:tape_0 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 206 Value *tape_0 = getchar_call; in readloop() local 210 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop() 220 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local 224 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop() 272 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local 276 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg); in readloop() 436 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); in readloop() local 439 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop()
|