Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:EltSize

123   unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits();
125 if (CN->getAPIntValue().countTrailingOnes() < EltSize)
128 if (CFPN->getValueAPF().bitcastToAPInt().countTrailingOnes() < EltSize)