Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:EltTy

292       // STRUCT: [ispacked, eltty x N]
319 // ARRAY: [numelts, eltty]
328 // VECTOR [numelts, eltty]
953 Type *EltTy = CDS->getType()->getElementType();
954 if (isa<IntegerType>(EltTy)) {