Searched defs:ShiftedVal (Results 1 – 6 of 6) sorted by relevance
181 uint64_t ShiftedVal = (uint64_t)Val << LeadingZeros; in generateInstSeqLeadingZeros() local236 int64_t ShiftedVal = Val >> TrailingZeros; in generateInstSeq() local
227 auto ShiftedVal = B.buildShl(Ty, LHS, Shift); in matchAArch64MulConstCombine() local
1005 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImm() local1018 if (auto ShiftedVal = getShiftedVal<12>()) in isAddSubImmNeg() local1934 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmWithOptionalShiftOperands() local1949 if (auto ShiftedVal = getShiftedVal<Shift>()) { in addImmNegWithOptionalShiftOperands() local
1298 auto *ShiftedVal = Builder.CreateShl(Builder.getInt8(0x1), BitToSet); in lowerMCDCTestVectorBitmapUpdate() local
4456 auto CanShrinkImmediate = [&](int64_t &ShiftedVal) { in tryShrinkShlLogicImm()4480 int64_t ShiftedVal; in tryShrinkShlLogicImm() local
653 int64_t ShiftedVal = Val >> ShAmt; in tryShrinkShlLogicImm() local