Searched refs:constIndex (Results 1 – 2 of 2) sorted by relevance
5752 ConstantSDNode *constIndex; in LowerBUILD_VECTOR() local5754 (constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1)))) { in LowerBUILD_VECTOR()5760 unsigned index = constIndex->getAPIntValue().getLimitedValue() % in LowerBUILD_VECTOR()
6563 ConstantSDNode *constIndex; in LowerBUILD_VECTOR() local6565 (constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1)))) { in LowerBUILD_VECTOR()6571 unsigned index = constIndex->getAPIntValue().getLimitedValue() % in LowerBUILD_VECTOR()