Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:EltSize

122   unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
124 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
127 if (CFPN->getValueAPF().bitcastToAPInt().countTrailingOnes() < EltSize)