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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1870 VectorType *RTy = dyn_cast<VectorType>(CurTy); local
1873 if (Record.size() < 4 || !RTy || !OpTy)
1878 RTy->getNumElements());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2163 VectorType *RTy = dyn_cast<VectorType>(CurTy); local
2166 if (Record.size() < 4 || !RTy || !OpTy)
2171 RTy->getNumElements());

Completed in 53 milliseconds