Home | History | Annotate | Download | only in Writer

Lines Matching defs:EltTy

424       // STRUCT: [ispacked, eltty x N]
451 // ARRAY: [numelts, eltty]
460 // VECTOR [numelts, eltty]
1028 Type *EltTy = CDS->getType()->getElementType();
1029 if (isa<IntegerType>(EltTy)) {
1032 } else if (EltTy->isFloatTy()) {
1039 assert(EltTy->isDoubleTy() && "Unknown ConstantData element type");