reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/BrainF/BrainF.cpp
   97   ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, 
   99   BB->getInstList().push_back(cast<Instruction>(ptr_arr));
  104       ptr_arr,
  119       CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
  123   curhead = builder->CreateGEP(ptr_arr,
  133   endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb));
  260               CreateICmpULT(curhead, ptr_arr, testreg);