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();
457 unsigned ShiftAmount = ShiftVal ? ShiftVal->getZExtValue() : 0;
534 if (Cst->getZExtValue() >= ASize)
540 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
559 Value *Shift = Builder->CreateAShr(A, Cst->getZExtValue());
784 uint64_t ShiftAmt = Amt->getZExtValue();
795 BitsToClear += Amt->getZExtValue();
1206 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;
1718 Shift += CI->getZExtValue();