Home | History | Annotate | Download | only in X86

Lines Matching refs:IdxVal

96     unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
104 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / 128)
132 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
140 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/128)
6923 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6926 bool Upper = IdxVal >= NumElems/2;
6931 Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : Idx);
7064 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
7065 bool Upper = IdxVal >= NumElems/2;
7071 N1, Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : N2);