Home | History | Annotate | Download | only in X86

Lines Matching refs:HintVal

18439     unsigned HintVal = cast<ConstantSDNode>(Hint)->getZExtValue();
18440 assert(HintVal < 2 && "Wrong prefetch hint in intrinsic: should be 0 or 1");
18441 unsigned Opcode = (HintVal ? IntrData->Opc1 : IntrData->Opc0);