Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1730 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() local
1731 Type *EltTy = ATy->getElementType(); in ParseConstants()
1734 V = ConstantArray::get(ATy, Elts); in ParseConstants()
1749 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() local
1750 Type *EltTy = ATy->getElementType(); in ParseConstants()
1756 V = ConstantArray::get(ATy, Elts); in ParseConstants()
1763 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() local
1764 Type *EltTy = ATy->getElementType(); in ParseConstants()
1771 V = ConstantArray::get(ATy, Elts); in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2023 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() local
2024 Type *EltTy = ATy->getElementType(); in ParseConstants()
2027 V = ConstantArray::get(ATy, Elts); in ParseConstants()
2042 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() local
2043 Type *EltTy = ATy->getElementType(); in ParseConstants()
2049 V = ConstantArray::get(ATy, Elts); in ParseConstants()
2056 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() local
2057 Type *EltTy = ATy->getElementType(); in ParseConstants()
2064 V = ConstantArray::get(ATy, Elts); in ParseConstants()