Searched refs:ShlVal (Results 1 – 1 of 1) sorted by relevance
2182 uint64_t ShlVal = ShlCst->getZExtValue(); in Select() local2186 uint64_t RemovedBitsMask = (1ULL << ShlVal) - 1; in Select()2197 if (!isInt<8>(Val) && isInt<8>(Val >> ShlVal)) in Select()2199 else if (!isInt<32>(Val) && isInt<32>(Val >> ShlVal)) in Select()2235 SDValue NewCst = CurDAG->getTargetConstant(Val >> ShlVal, CstVT); in Select()2237 if (ShlVal == 1) in Select()2241 getI8Imm(ShlVal)); in Select()