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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
10902   if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT))
10902   if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT))
10909   if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits())
10939       LogicOp0.getOperand(0).getValueType() == VT) {
10940     SDValue FPOp = DAG.getNode(FPOpcode, SDLoc(N), VT, LogicOp0.getOperand(0));
10943       return DAG.getNode(ISD::FNEG, SDLoc(N), VT, FPOp);