Home
last modified time | relevance | path

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

/external/llvm/examples/BrainF/
DBrainF.cpp39 const char *BrainF::testreg = "test"; member in BrainF
246 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop()
250 CreateICmpULT(curhead, ptr_arr, testreg); in readloop()
254 CreateOr(test_0, test_1, testreg); in readloop()
437 ConstantInt::get(C, APInt(8, 0)), testreg); in readloop()
DBrainF.h66 static const char *testreg; variable