Searched refs:ptr_arr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 97 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header() 99 BB->getInstList().push_back(cast<Instruction>(ptr_arr)); in header() 104 ptr_arr, in header() 118 Int8Ty, ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax"); in header() 123 Int8Ty, ptr_arr, ConstantInt::get(C, APInt(32, memtotal / 2)), headreg); in header() 131 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb)); in header() 259 CreateICmpULT(curhead, ptr_arr, testreg); in readloop()
|
| H A D | BrainF.h | 84 Value *ptr_arr; variable
|