Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Val

174       const APInt &   Val = CI->getValue();
175 const APInt &PosVal = Val.abs();
176 if (Val.isNegative() && PosVal.isPowerOf2()) {