Home | History | Annotate | Download | only in CodeGen

Lines Matching full:carray

2231       const ConstantArrayType *CArray =
2233 uint64_t ElCount = CArray->getSize().getZExtValue();
2234 assert(CArray && "only array with known element size is supported");
2235 FQT = CArray->getElementType();
2237 const ConstantArrayType *CArray =
2239 ElCount *= CArray->getSize().getZExtValue();
2240 FQT = CArray->getElementType();