Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:EltTy

1365       auto EltTy = SelectorType->getElementType();
1368 EltTy->isFloatTy()
1370 : (EltTy->isDoubleTy() ? 64 : EltTy->getIntegerBitWidth());