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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2503 ConstantInt *CaseVal = local
2506 if (CaseVal == 0 || DestBB == 0) {
2510 SI->addCase(CaseVal, DestBB);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2784 ConstantInt *CaseVal = local
2787 if (CaseVal == 0 || DestBB == 0) {
2791 SI->addCase(CaseVal, DestBB);

Completed in 62 milliseconds