Home | History | Annotate | Download | only in Reader

Lines Matching defs:EltTy

662     case bitc::TYPE_CODE_STRUCT_ANON: {  // STRUCT: [ispacked, eltty x N]
682 case bitc::TYPE_CODE_STRUCT_NAMED: { // STRUCT: [ispacked, eltty x N]
729 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty]
737 case bitc::TYPE_CODE_VECTOR: // VECTOR: [numelts, eltty]
1082 Type *EltTy = ATy->getElementType();
1084 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1087 Type *EltTy = VTy->getElementType();
1089 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1113 Type *EltTy = cast<SequentialType>(CurTy)->getElementType();
1116 if (EltTy->isIntegerTy(8)) {
1122 } else if (EltTy->isIntegerTy(16)) {
1128 } else if (EltTy->isIntegerTy(32)) {
1134 } else if (EltTy->isIntegerTy(64)) {
1140 } else if (EltTy->isFloatTy()) {
1151 } else if (EltTy->isDoubleTy()) {