Lines Matching refs:CArray
2109 const ConstantArrayType *CArray =
2111 uint64_t ElCount = CArray->getSize().getZExtValue();
2112 assert(CArray && "only array with known element size is supported");
2113 FQT = CArray->getElementType();
2115 const ConstantArrayType *CArray =
2117 ElCount *= CArray->getSize().getZExtValue();
2118 FQT = CArray->getElementType();
4580 const ConstantArrayType *CArray =
4582 uint64_t ElCount = CArray->getSize().getZExtValue();
4583 assert(CArray && "only array with known element size is supported");
4584 FQT = CArray->getElementType();
4586 const ConstantArrayType *CArray =
4588 ElCount *= CArray->getSize().getZExtValue();
4589 FQT = CArray->getElementType();