Home
last modified time | relevance | path

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

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