Home
last modified time | relevance | path

Searched refs:ScalarC (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp668 Constant *ScalarC; in hoistInsEltConst() local
673 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst()
675 Value *NewInsElt1 = Builder.CreateInsertElement(X, ScalarC, IdxC2); in hoistInsEltConst()
DInstCombineAndOrXor.cpp1336 if (auto *ScalarC = dyn_cast<ConstantInt>(C)) in canNarrowShiftAmt() local
1337 return ScalarC->getZExtValue() < BitWidth; in canNarrowShiftAmt()