OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr_arr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/examples/BrainF/
BrainF.cpp
87
ptr_arr
= CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
89
BB->getInstList().push_back(cast<Instruction>(
ptr_arr
));
94
ptr_arr
,
109
CreateGEP(
ptr_arr
, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
113
curhead = builder->CreateGEP(
ptr_arr
,
125
endbb->getInstList().push_back(CallInst::CreateFree(
ptr_arr
, endbb));
253
CreateICmpULT(curhead,
ptr_arr
, testreg);
BrainF.h
84
Value *
ptr_arr
;
member in class:BrainF
Completed in 44 milliseconds