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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 3892   if (VT != MVT::i32 && VT != MVT::i64)
 3892   if (VT != MVT::i32 && VT != MVT::i64)
 3906   if (!MaskLZ || (VT == MVT::i64 && MaskLZ == 32))
 3910   if (VT == MVT::i64 && MaskLZ >= 32) {
 3926   if (VT == MVT::i64 && MaskVal.getBitWidth() < 64) {
 3944   SDValue NewMask = CurDAG->getConstant(NegMaskVal, SDLoc(And), VT);
 3945   SDValue NewAnd = CurDAG->getNode(ISD::AND, SDLoc(And), VT, And0, NewMask);