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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 3744       isUInt<32>(Val)) {
 3765   if (Opcode != ISD::AND && (Val & RemovedBitsMask) != 0)
 3774       ShiftedVal = (uint64_t)Val >> ShAmt;
 3775       if (NVT == MVT::i64 && !isUInt<32>(Val) && isUInt<32>(ShiftedVal))
 3781     ShiftedVal = Val >> ShAmt;
 3782     if ((!isInt<8>(Val) && isInt<8>(ShiftedVal)) ||
 3783         (!isInt<32>(Val) && isInt<32>(ShiftedVal)))
 3787       ShiftedVal = (uint64_t)Val >> ShAmt;
 3788       if (NVT == MVT::i64 && !isUInt<32>(Val) && isUInt<32>(ShiftedVal))