Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:EltTy

297       // STRUCT: [ispacked, eltty x N]
324 // ARRAY: [numelts, eltty]
333 // VECTOR [numelts, eltty]
905 Type *EltTy = CDS->getType()->getElementType();
906 if (isa<IntegerType>(EltTy)) {
909 } else if (EltTy->isFloatTy()) {
916 assert(EltTy->isDoubleTy() && "Unknown ConstantData element type");