Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5082 ConstantSDNode *constIndex; in LowerBUILD_VECTOR() local
5083 constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1)); in LowerBUILD_VECTOR()
5084 assert(constIndex && "The index is not a constant!"); in LowerBUILD_VECTOR()
5085 unsigned index = constIndex->getAPIntValue().getLimitedValue() % in LowerBUILD_VECTOR()