Searched defs:ElTy (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1815 Type *ElTy = getTypeByID(Record[i]); local
1816 if (!ElTy)
1818 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2109 Type *ElTy = getTypeByID(Record[i]); local
2110 if (!ElTy)
2112 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));

Completed in 40 milliseconds