Searched refs:ptr_arr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header() 89 BB->getInstList().push_back(cast<Instruction>(ptr_arr)); in header() 94 ptr_arr, in header() 109 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax"); in header() 113 curhead = builder->CreateGEP(ptr_arr, in header() 123 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb)); in header() 250 CreateICmpULT(curhead, ptr_arr, testreg); in readloop()
|
D | BrainF.h | 84 Value *ptr_arr; variable
|