Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Selectors

758       SmallVector<Constant *, 32> Selectors;
766 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1)));
768 auto NewSelector = ConstantVector::get(Selectors);