Searched defs:ExtIndex (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10277 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); local
10278 if (ExtIndex > VT.getVectorNumElements())
10281 Mask.push_back(ExtIndex);

Completed in 195 milliseconds