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

References

lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
 3388     if (isa<ConstantSDNode>(LHS) && !isa<ConstantSDNode>(RHS)) {
 3389       std::swap(LHS, RHS);
 3392     ConstantSDNode *Mask = dyn_cast<ConstantSDNode>(RHS);
 3443       ConstantSDNode *ShiftCnst = dyn_cast<ConstantSDNode>(RHS);
 3512       SDValue ShrRHS = RHS;