Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CArray

2106       const ConstantArrayType *CArray =
2108 uint64_t ElCount = CArray->getSize().getZExtValue();
2109 assert(CArray && "only array with known element size is supported");
2110 FQT = CArray->getElementType();
2112 const ConstantArrayType *CArray =
2114 ElCount *= CArray->getSize().getZExtValue();
2115 FQT = CArray->getElementType();
4554 const ConstantArrayType *CArray =
4556 uint64_t ElCount = CArray->getSize().getZExtValue();
4557 assert(CArray && "only array with known element size is supported");
4558 FQT = CArray->getElementType();
4560 const ConstantArrayType *CArray =
4562 ElCount *= CArray->getSize().getZExtValue();
4563 FQT = CArray->getElementType();