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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 5952   SDLoc dl(SDValue(Node, 0));
 5953   unsigned OpNo = Node->isStrictFPOpcode() ? 1 : 0;
 5954   SDValue Src = Node->getOperand(OpNo);
 5957   EVT DstVT = Node->getValueType(0);
 5962   unsigned SIntOpcode = Node->isStrictFPOpcode() ? ISD::STRICT_FP_TO_SINT : 
 5976     if (Node->isStrictFPOpcode()) {
 5978                            { Node->getOperand(0), Src }); 
 5988   bool Strict = Node->isStrictFPOpcode() ||
 6001     if (Node->isStrictFPOpcode())
 6003                               { Node->getOperand(0), Src, Cst });
 6010     if (Node->isStrictFPOpcode()) {