Home
last modified time | relevance | path

Searched refs:EltTy (Results 1 – 3 of 3) sorted by relevance

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