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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2271                                 DAG.getAllOnesConstant(DL, VT));
 2335     return DAG.getAllOnesConstant(DL, VT);
 2441                               DAG.getAllOnesConstant(DL, VT));
 2538     Cst = DAG.getAllOnesConstant(DL, VT);
 3045                               DAG.getAllOnesConstant(DL, VT));
 3738     SDValue AllOnes = DAG.getAllOnesConstant(DL, VT);
 3901     SDValue NegOne = DAG.getAllOnesConstant(DL, VT);
 5610     return DAG.getAllOnesConstant(DL, VT);
 5695       return DAG.getAllOnesConstant(SDLoc(N), N0.getValueType());
 5698       return DAG.getAllOnesConstant(SDLoc(N), N1.getValueType());
 6226       SDValue AllOnes = DAG.getAllOnesConstant(DL, VT);
 6964                        DAG.getAllOnesConstant(DL, VT));
 7494     SDValue AllBits = DAG.getAllOnesConstant(DL, VT);
 7809         DAG.getNode(ISD::SRL, DL, VT, DAG.getAllOnesConstant(DL, VT), N1);
 9592                              ? DAG.getAllOnesConstant(DL, VT)
 9637     return DAG.getNode(ISD::ADD, DL, VT, Zext, DAG.getAllOnesConstant(DL, VT));
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 4603     NeutralElem = DAG.getAllOnesConstant(dl, ElemVT);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1178     return getAllOnesConstant(DL, VT);
 5413       return getAllOnesConstant(DL, VT);
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1971       SDValue Neg1 = TLO.DAG.getAllOnesConstant(dl, VT);
 3121         SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT);
 3134         SDValue NegOne = DAG.getAllOnesConstant(dl, CTVT);
 6930   SDValue AllOnes = DAG.getAllOnesConstant(dl, VT);
lib/Target/ARM/ARMISelLowering.cpp
 4910                                       DAG.getAllOnesConstant(dl, VT));
12312                          DCI.DAG.getAllOnesConstant(SDLoc(N), VT));
lib/Target/X86/X86ISelLowering.cpp
10918     AllOnes = DAG.getAllOnesConstant(DL, EltVT);
10956   SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT);
24927       return DAG.getSelect(DL, VT, Cmp, DAG.getAllOnesConstant(DL, VT), Add);
39026           SDValue AllOnes = DAG.getAllOnesConstant(dl, VT);