Home | History | Annotate | Download | only in Reader

Lines Matching defs:EltTy

845     case bitc::TYPE_CODE_STRUCT_ANON: {  // STRUCT: [ispacked, eltty x N]
865 case bitc::TYPE_CODE_STRUCT_NAMED: { // STRUCT: [ispacked, eltty x N]
912 case bitc::TYPE_CODE_ARRAY: // ARRAY: [numelts, eltty]
920 case bitc::TYPE_CODE_VECTOR: // VECTOR: [numelts, eltty]
1253 Type *EltTy = ATy->getElementType();
1255 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1258 Type *EltTy = VTy->getElementType();
1260 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1281 Type *EltTy = cast<SequentialType>(CurTy)->getElementType();
1284 if (EltTy->isIntegerTy(8)) {
1290 } else if (EltTy->isIntegerTy(16)) {
1296 } else if (EltTy->isIntegerTy(32)) {
1302 } else if (EltTy->isIntegerTy(64)) {
1308 } else if (EltTy->isFloatTy()) {
1315 } else if (EltTy->isDoubleTy()) {