Searched defs:nuw (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
405 ID.AddBoolean(nuw);
412 bool nuw, bool nsw, bool exact) {
414 AddBinaryNodeIDCustom(ID, nuw, nsw, exact);
961 SDValue N2, bool nuw, bool nsw,
966 FN->setHasNoUnsignedWrap(nuw);
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, ns
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 71 milliseconds