Home | History | Annotate | Download | only in CodeGen

Lines Matching full:carray

3892       const ConstantArrayType *CArray =
3894 uint64_t ElCount = CArray->getSize().getZExtValue();
3895 assert(CArray && "only array with known element size is supported");
3896 FQT = CArray->getElementType();
3898 const ConstantArrayType *CArray =
3900 ElCount *= CArray->getSize().getZExtValue();
3901 FQT = CArray->getElementType();