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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp386 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, bool nuw, bool nsw, argument
389 ID.AddBoolean(nsw);
395 bool nuw, bool nsw, bool exact) {
397 AddBinaryNodeIDCustom(ID, nuw, nsw, exact);
961 SDValue N2, bool nuw, bool nsw,
967 FN->setHasNoSignedWrap(nsw);
3068 SDValue N2, bool nuw, bool nsw, bool exact) {
3516 AddBinaryNodeIDCustom(ID, Opcode, nuw, nsw, exact);
3521 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, nuw, nsw, exact);
3526 N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, nuw, nsw, exac
394 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
3067 getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1, SDValue N2, bool nuw, bool nsw, bool exact) argument
5736 getNodeIfExists(unsigned Opcode, SDVTList VTList, ArrayRef<SDValue> Ops, bool nuw, bool nsw, bool exact) argument
[all...]

Completed in 120 milliseconds