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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp4241 ConstantSDNode *constIndex; local
4242 constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1));
4243 assert(constIndex && "The index is not a constant!");
4244 unsigned index = constIndex->getAPIntValue().getLimitedValue() %

Completed in 128 milliseconds