Searched defs:EltTy (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1719 Type *EltTy = ATy->getElementType(); local
1721 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1724 Type *EltTy = VTy->getElementType(); local
1726 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1738 Type *EltTy = ATy->getElementType(); local
1743 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
1752 Type *EltTy = ATy->getElementType(); local
1757 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
1758 Elts.push_back(Constant::getNullValue(EltTy));
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp953 Type *EltTy = CDS->getType()->getElementType(); local
954 if (isa<IntegerType>(EltTy)) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2012 Type *EltTy = ATy->getElementType(); local
2014 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2017 Type *EltTy = VTy->getElementType(); local
2019 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2031 Type *EltTy = ATy->getElementType(); local
2036 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
2045 Type *EltTy = ATy->getElementType(); local
2050 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
2051 Elts.push_back(Constant::getNullValue(EltTy));

Completed in 1105 milliseconds