Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getLimitedValue

96           CI->getLimitedValue(BitWidth) < BitWidth) {
427 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
463 uint32_t Op1Val = COp1->getLimitedValue(TypeBits);
554 uint32_t ShiftAmt1 = ShiftAmt1C->getLimitedValue(TypeBits);
555 uint32_t ShiftAmt2 = COp1->getLimitedValue(TypeBits);