Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1800 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
1801 if (!OpTy) in ParseConstants()
1803 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants()
1837 VectorType *OpTy = in ParseConstants() local
1839 if (!OpTy) in ParseConstants()
1841 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants()
1847 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1848 if (Record.size() < 3 || !OpTy) in ParseConstants()
1850 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants()
1852 OpTy->getElementType()); in ParseConstants()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2094 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
2095 if (!OpTy) in ParseConstants()
2097 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants()
2131 VectorType *OpTy = in ParseConstants() local
2133 if (!OpTy) in ParseConstants()
2135 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants()
2141 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2142 if (Record.size() < 3 || !OpTy) in ParseConstants()
2144 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants()
2146 OpTy->getElementType()); in ParseConstants()
[all …]