Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:ATy

1364       } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) {
1365 Type *EltTy = ATy->getElementType();
1368 V = ConstantArray::get(ATy, Elts);
1383 ArrayType *ATy = cast<ArrayType>(CurTy);
1384 Type *EltTy = ATy->getElementType();
1390 V = ConstantArray::get(ATy, Elts);
1397 ArrayType *ATy = cast<ArrayType>(CurTy);
1398 Type *EltTy = ATy->getElementType();
1405 V = ConstantArray::get(ATy, Elts);