Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerExpectIntrinsic.cpp63 unsigned caseNo = SI->findCaseValue(ExpectedValue); in HandleSwitchExpect() local
70 Vec[i + 1] = ConstantInt::get(Int32Ty, i == caseNo ? LikelyBranchWeight : UnlikelyBranchWeight); in HandleSwitchExpect()
/external/valgrind/memcheck/tests/
Dcond_ld_st.c269 static void do_test_case ( int caseNo, Bool isLoad, const TestCase* lc ) in do_test_case() argument
273 fprintf(stderr, "%s CASE %d\n", isLoad ? "LOAD" : "STORE", caseNo); in do_test_case()