Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getZExtValue

29     Offset = CI->getZExtValue();
46 Scale = UINT64_C(1) << RHS->getZExtValue();
53 Scale = RHS->getZExtValue();
64 Offset += RHS->getZExtValue();
484 if (Cst->getZExtValue() >= ASize)
490 Value *Shift = Builder->CreateLShr(A, Cst->getZExtValue());
710 BitsToClear += Amt->getZExtValue();
1129 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;
1560 if (!isMultipleOfTypeSize(CI->getZExtValue(), VecEltTy)) return false;
1561 unsigned IndexShift = getTypeSizeIndex(CI->getZExtValue(), VecEltTy);
1646 ShAmt->getZExtValue() % DestWidth == 0) {
1655 unsigned Elt = ShAmt->getZExtValue() / DestWidth;