Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:ATy

2011       } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) {
2012 Type *EltTy = ATy->getElementType();
2015 V = ConstantArray::get(ATy, Elts);
2030 ArrayType *ATy = cast<ArrayType>(CurTy);
2031 Type *EltTy = ATy->getElementType();
2037 V = ConstantArray::get(ATy, Elts);
2044 ArrayType *ATy = cast<ArrayType>(CurTy);
2045 Type *EltTy = ATy->getElementType();
2052 V = ConstantArray::get(ATy, Elts);