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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 3753   if (NVT != MVT::i32 && NVT != MVT::i64)
 3753   if (NVT != MVT::i32 && NVT != MVT::i64)
 3775       if (NVT == MVT::i64 && !isUInt<32>(Val) && isUInt<32>(ShiftedVal))
 3788       if (NVT == MVT::i64 && !isUInt<32>(Val) && isUInt<32>(ShiftedVal))
 3809     APInt NeededMask = APInt::getLowBitsSet(NVT.getSizeInBits(),
 3819     SDValue NewX = CurDAG->getNode(ISD::ANY_EXTEND, dl, NVT, X);
 3824   SDValue NewCst = CurDAG->getConstant(ShiftedVal, dl, NVT);
 3826   SDValue NewBinOp = CurDAG->getNode(Opcode, dl, NVT, X, NewCst);
 3828   SDValue NewSHL = CurDAG->getNode(ISD::SHL, dl, NVT, NewBinOp,