Searched defs:nsw (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 403 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, bool nuw, bool nsw, in AddBinaryNodeIDCustom() 412 bool nuw, bool nsw, bool exact) { in AddBinaryNodeIDCustom() 961 SDValue N2, bool nuw, bool nsw, in GetBinarySDNode() 3175 SDValue N2, bool nuw, bool nsw, bool exact) { in getNode() 5891 ArrayRef<SDValue> Ops, bool nuw, bool nsw, in getNodeIfExists()
|
D | SelectionDAGBuilder.cpp | 2833 bool nsw = false; in visitBinary() local 2879 bool nsw = false; in visitShift() local
|