Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:ATy

1718       } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) {
1719 Type *EltTy = ATy->getElementType();
1722 V = ConstantArray::get(ATy, Elts);
1737 ArrayType *ATy = cast<ArrayType>(CurTy);
1738 Type *EltTy = ATy->getElementType();
1744 V = ConstantArray::get(ATy, Elts);
1751 ArrayType *ATy = cast<ArrayType>(CurTy);
1752 Type *EltTy = ATy->getElementType();
1759 V = ConstantArray::get(ATy, Elts);