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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1882 VectorType *RTy = dyn_cast<VectorType>(CurTy); local
1885 if (Record.size() < 4 || !RTy || !OpTy)
1890 RTy->getNumElements());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2175 VectorType *RTy = dyn_cast<VectorType>(CurTy); local
2178 if (Record.size() < 4 || !RTy || !OpTy)
2183 RTy->getNumElements());

Completed in 17 milliseconds