Searched refs:curhead (Results 1 – 2 of 2) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 113 curhead = builder->CreateGEP(ptr_arr, in header() 210 builder->CreateStore(tape_1, curhead); in readloop() 217 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 237 curhead = builder-> in readloop() 238 CreateGEP(curhead, ConstantInt::get(C, APInt(32, curvalue)), in readloop() 246 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop() 250 CreateICmpULT(curhead, ptr_arr, testreg); in readloop() 269 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 276 builder->CreateStore(tape_1, curhead); in readloop() 295 phi_0->addIncoming(curhead, bb_0); in readloop() [all …]
|
D | BrainF.h | 91 Value *curhead; variable
|