Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6996 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR() local
6997 if (ExtIndex > VT.getVectorNumElements()) in visitBUILD_VECTOR()
7000 Mask.push_back(ExtIndex); in visitBUILD_VECTOR()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12810 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue(); in visitBUILD_VECTOR() local
12812 Mask.push_back(ExtIndex); in visitBUILD_VECTOR()
12817 Mask.push_back(InNumElements + ExtIndex); in visitBUILD_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15649 unsigned ExtIndex = N->getOperand(i).getConstantOperandVal(1); in createBuildVecShuffle() local
15651 Mask[i] = ExtIndex; in createBuildVecShuffle()
15653 Mask[i] = Vec2Offset + ExtIndex; in createBuildVecShuffle()