Searched refs:ShlVal (Results 1 – 3 of 3) sorted by relevance
1780 uint64_t ShlVal = ShlCst->getZExtValue(); in Select() local1784 if (Opcode != ISD::AND && ((Val >> ShlVal) << ShlVal) != Val) in Select()1794 if (!isInt<8>(Val) && isInt<8>(Val >> ShlVal)) in Select()1796 else if (!isInt<32>(Val) && isInt<32>(Val >> ShlVal)) in Select()1828 SDValue NewCst = CurDAG->getTargetConstant(Val >> ShlVal, CstVT); in Select()1831 getI8Imm(ShlVal)); in Select()
2052 uint64_t ShlVal = ShlCst->getZExtValue(); in Select() local2056 uint64_t RemovedBitsMask = (1ULL << ShlVal) - 1; in Select()2067 if (!isInt<8>(Val) && isInt<8>(Val >> ShlVal)) in Select()2069 else if (!isInt<32>(Val) && isInt<32>(Val >> ShlVal)) in Select()2105 SDValue NewCst = CurDAG->getTargetConstant(Val >> ShlVal, dl, CstVT); in Select()2107 if (ShlVal == 1) in Select()2112 getI8Imm(ShlVal, dl)); in Select()
2838 uint64_t ShlVal = ShlCst->getZExtValue(); in Select() local2842 uint64_t RemovedBitsMask = (1ULL << ShlVal) - 1; in Select()2853 if (!isInt<8>(Val) && isInt<8>(Val >> ShlVal)) in Select()2855 else if (!isInt<32>(Val) && isInt<32>(Val >> ShlVal)) in Select()2891 SDValue NewCst = CurDAG->getTargetConstant(Val >> ShlVal, dl, CstVT); in Select()2893 if (ShlVal == 1) in Select()2898 getI8Imm(ShlVal, dl)); in Select()