Searched refs:ScalarC (Results 1 – 2 of 2) sorted by relevance
668 Constant *ScalarC; in hoistInsEltConst() local673 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst()675 Value *NewInsElt1 = Builder.CreateInsertElement(X, ScalarC, IdxC2); in hoistInsEltConst()
1336 if (auto *ScalarC = dyn_cast<ConstantInt>(C)) in canNarrowShiftAmt() local1337 return ScalarC->getZExtValue() < BitWidth; in canNarrowShiftAmt()