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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2952 ConstantInt *CaseVal = local
2955 if (!CaseVal || !DestBB) {
2959 SI->addCase(CaseVal, DestBB);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3200 ConstantInt *CaseVal = local
3203 if (!CaseVal || !DestBB) {
3207 SI->addCase(CaseVal, DestBB);

Completed in 318 milliseconds