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