Searched refs:OpTy (Results 1 – 2 of 2) sorted by relevance
1800 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local1801 if (!OpTy) in ParseConstants()1803 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants()1837 VectorType *OpTy = in ParseConstants() local1839 if (!OpTy) in ParseConstants()1841 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants()1847 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local1848 if (Record.size() < 3 || !OpTy) in ParseConstants()1850 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants()1852 OpTy->getElementType()); in ParseConstants()[all …]
2094 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local2095 if (!OpTy) in ParseConstants()2097 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants()2131 VectorType *OpTy = in ParseConstants() local2133 if (!OpTy) in ParseConstants()2135 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants()2141 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local2142 if (Record.size() < 3 || !OpTy) in ParseConstants()2144 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants()2146 OpTy->getElementType()); in ParseConstants()[all …]