Searched defs:nsw (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp403 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, bool nuw, bool nsw, argument
406 ID.AddBoolean(nsw);
412 bool nuw, bool nsw, bool exact) {
414 AddBinaryNodeIDCustom(ID, nuw, nsw, exact);
961 SDValue N2, bool nuw, bool nsw,
967 FN->setHasNoSignedWrap(nsw);
3175 SDValue N2, bool nuw, bool nsw, bool exact) {
3629 AddBinaryNodeIDCustom(ID, Opcode, nuw, nsw, exact);
3634 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, nuw, nsw, exact);
3638 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, nuw, nsw, exac
411 AddBinaryNodeIDCustom(FoldingSetNodeID &ID, unsigned Opcode, bool nuw, bool nsw, bool exact) argument
959 GetBinarySDNode(unsigned Opcode, SDLoc DL, SDVTList VTs, SDValue N1, SDValue N2, bool nuw, bool nsw, bool exact) argument
3174 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, bool nuw, bool nsw, bool exact) argument
5890 getNodeIfExists(unsigned Opcode, SDVTList VTList, ArrayRef<SDValue> Ops, bool nuw, bool nsw, bool exact) argument
[all...]

Completed in 174 milliseconds