Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5752 ConstantSDNode *constIndex; in LowerBUILD_VECTOR() local
5754 (constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1)))) { in LowerBUILD_VECTOR()
5760 unsigned index = constIndex->getAPIntValue().getLimitedValue() % in LowerBUILD_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6563 ConstantSDNode *constIndex; in LowerBUILD_VECTOR() local
6565 (constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1)))) { in LowerBUILD_VECTOR()
6571 unsigned index = constIndex->getAPIntValue().getLimitedValue() % in LowerBUILD_VECTOR()