OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curhead
(Results
1 - 2
of
2
) sorted by null
/external/llvm/examples/BrainF/
BrainF.cpp
113
curhead
= builder->CreateGEP(ptr_arr,
213
builder->CreateStore(tape_1,
curhead
);
220
LoadInst *tape_0 = builder->CreateLoad(
curhead
, tapereg);
240
curhead
= builder->
241
CreateGEP(
curhead
, ConstantInt::get(C, APInt(32, curvalue)),
249
CreateICmpUGE(
curhead
, ptr_arrmax, testreg);
253
CreateICmpULT(
curhead
, ptr_arr, testreg);
272
LoadInst *tape_0 = builder->CreateLoad(
curhead
, tapereg);
279
builder->CreateStore(tape_1,
curhead
);
298
phi_0->addIncoming(
curhead
, bb_0)
[
all
...]
BrainF.h
91
Value *
curhead
;
member in class:BrainF
Completed in 46 milliseconds