Home | History | Annotate | Download | only in X86

Lines Matching defs:lg2

11975     unsigned lg2 = SplatValue.countTrailingZeros();
11980 SDValue Amt = DAG.getConstant(EltTy.getSizeInBits() - lg2, MVT::i32);
11983 SDValue Lg2Amt = DAG.getConstant(lg2, MVT::i32);