HomeSort by relevance Sort by last modified time
    Searched refs:testreg (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/BrainF/
BrainF.h 62 /// testreg is used for testing the loop exit condition.
66 static const char *testreg; member in class:BrainF
BrainF.cpp 38 const char *BrainF::testreg = "test"; member in class:BrainF
249 CreateICmpUGE(curhead, ptr_arrmax, testreg);
253 CreateICmpULT(curhead, ptr_arr, testreg);
257 CreateOr(test_0, test_1, testreg);
440 ConstantInt::get(C, APInt(8, 0)), testreg);

Completed in 80 milliseconds