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

References

include/llvm/CodeGen/SelectionDAGNodes.h
  704       case ISD::STRICT_LRINT:
include/llvm/CodeGen/TargetLowering.h
  957       case ISD::STRICT_LRINT: EqOpc = ISD::LRINT; break;
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1108   case ISD::STRICT_LRINT:
 3724     case ISD::STRICT_LRINT:
 3994   case ISD::STRICT_LRINT:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 7770   case ISD::STRICT_LRINT:      NewOpc = ISD::LRINT;      break;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 6947     Opcode = ISD::STRICT_LRINT;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  341   case ISD::STRICT_LRINT:               return "strict_lrint";
lib/CodeGen/TargetLoweringBase.cpp
  713     setOperationAction(ISD::STRICT_LRINT, VT, Expand);