Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getZExtValue

31     Offset = CI->getZExtValue();
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
66 Offset += RHS->getZExtValue();
487 if (Cst->getZExtValue() >= ASize)
493 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
712 uint64_t ShiftAmt = Amt->getZExtValue();
723 BitsToClear += Amt->getZExtValue();
1121 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;
1671 Shift += CI->getZExtValue();
1765 ShAmt->getZExtValue() % DestWidth == 0) {
1774 unsigned Elt = ShAmt->getZExtValue() / DestWidth;