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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2964 ConstantInt *CaseVal = local
2967 if (!CaseVal || !DestBB) {
2971 SI->addCase(CaseVal, DestBB);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3212 ConstantInt *CaseVal = local
3215 if (!CaseVal || !DestBB) {
3219 SI->addCase(CaseVal, DestBB);

Completed in 48 milliseconds