reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
24777     OpVT = MVT::i32;
24778     Op = DAG.getNode(ISD::ZERO_EXTEND, dl, OpVT, Op);
24782   SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
24787     SDValue Ops[] = {Op, DAG.getConstant(NumBits + NumBits - 1, dl, OpVT),
24790     Op = DAG.getNode(X86ISD::CMOV, dl, OpVT, Ops);
24794   Op = DAG.getNode(ISD::XOR, dl, OpVT, Op,
24795                    DAG.getConstant(NumBits - 1, dl, OpVT));