HomeSort by relevance Sort by last modified time
    Searched full:curhead (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/BrainF/
BrainF.cpp 113 curhead = builder->CreateGEP(ptr_arr,
210 builder->CreateStore(tape_1, curhead);
217 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg);
237 curhead = builder->
238 CreateGEP(curhead, ConstantInt::get(C, APInt(32, curvalue)),
246 CreateICmpUGE(curhead, ptr_arrmax, testreg);
250 CreateICmpULT(curhead, ptr_arr, testreg);
269 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg);
276 builder->CreateStore(tape_1, curhead);
295 phi_0->addIncoming(curhead, bb_0)
    [all...]
BrainF.h 91 Value *curhead; member in class:BrainF

Completed in 210 milliseconds