Searched refs:VShift (Results 1 – 2 of 2) sorted by relevance
169 Value *VShift = Builder.CreateLShr(PartValue, in LowerCTPOP() local172 Value *RHS = Builder.CreateAnd(VShift, MaskCst, "cppop.and2"); in LowerCTPOP()
15110 APInt VShift; in combineShlAddIAddImpl() local15111 if (!sd_match(SHLVal, m_OneUse(m_Shl(m_Value(), m_ConstInt(VShift))))) in combineShlAddIAddImpl()15114 if (VShift.slt(1) || VShift.sgt(3)) in combineShlAddIAddImpl()15120 uint64_t ShlConst = VShift.getZExtValue(); in combineShlAddIAddImpl()