Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1827 Type *ElTy = getTypeByID(Record[i]); in ParseConstants() local
1828 if (!ElTy) in ParseConstants()
1830 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2120 Type *ElTy = getTypeByID(Record[i]); in ParseConstants() local
2121 if (!ElTy) in ParseConstants()
2123 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants()