Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9742 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR() local
9743 if (ExtIndex > VT.getVectorNumElements()) in visitBUILD_VECTOR()
9746 Mask.push_back(ExtIndex); in visitBUILD_VECTOR()