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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1731 Type *EltTy = ATy->getElementType(); local
1733 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1736 Type *EltTy = VTy->getElementType(); local
1738 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1750 Type *EltTy = ATy->getElementType(); local
1755 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
1764 Type *EltTy = ATy->getElementType(); local
1769 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
1770 Elts.push_back(Constant::getNullValue(EltTy));
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp954 Type *EltTy = CDS->getType()->getElementType(); local
955 if (isa<IntegerType>(EltTy)) {
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2024 Type *EltTy = ATy->getElementType(); local
2026 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2029 Type *EltTy = VTy->getElementType(); local
2031 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2043 Type *EltTy = ATy->getElementType(); local
2048 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
2057 Type *EltTy = ATy->getElementType(); local
2062 Elts.push_back(ConstantInt::get(EltTy, Record[i]));
2063 Elts.push_back(Constant::getNullValue(EltTy));

Completed in 132 milliseconds