Searched defs:CaseVal (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2508 ConstantInt *CaseVal = local
2511 if (CaseVal == 0 || DestBB == 0) {
2515 SI->addCase(CaseVal, DestBB);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2755 ConstantInt *CaseVal = local
2758 if (CaseVal == 0 || DestBB == 0) {
2762 SI->addCase(CaseVal, DestBB);

Completed in 41 milliseconds