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

References

lib/Target/X86/X86ISelLowering.cpp
38549   unsigned Opcode = N->getOpcode();
38554   EVT VT = N->getValueType(0);
38555   SDValue N0 = N->getOperand(0);
38556   SDValue N1 = N->getOperand(1);
38567       return DAG.getConstant(0, SDLoc(N), VT);
38578     return DAG.getConstant(0, SDLoc(N), VT);
38587     return DAG.getNode(X86ISD::VSRAI, SDLoc(N), VT, N0.getOperand(0),
38588                        DAG.getTargetConstant(NewShiftVal, SDLoc(N), MVT::i8));
38593     SDValue Op(N, 0);
38601   if (N->isOnlyUserOf(N0.getNode()) &&
38613     return getConstVector(EltBits, UndefElts, VT.getSimpleVT(), DAG, SDLoc(N));
38617   if (TLI.SimplifyDemandedBits(SDValue(N, 0),
38619     return SDValue(N, 0);