Home
last modified time | relevance | path

Searched refs:getchar_call (Results 1 – 1 of 1) sorted by relevance

/external/llvm/examples/BrainF/
DBrainF.cpp204 CallInst *getchar_call = builder->CreateCall(getchar_func, tapereg); in readloop() local
205 getchar_call->setTailCall(false); in readloop()
206 Value *tape_0 = getchar_call; in readloop()