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)
6924 unsigned IdxVal = cast<ConstantSDNode>(Idx)->getZExtValue();
6927 bool Upper = IdxVal >= NumElems/2;
6932 Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : Idx);
7065 unsigned IdxVal = cast<ConstantSDNode>(N2)->getZExtValue();
7066 bool Upper = IdxVal >= NumElems/2;
7072 N1, Upper ? DAG.getConstant(IdxVal-NumElems/2, MVT::i32) : N2);