Searched defs:nuw (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 387 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, bool nuw, bool nsw, in AddBinaryNodeIDCustom() 396 bool nuw, bool nsw, bool exact) { in AddBinaryNodeIDCustom() 945 SDValue N2, bool nuw, bool nsw, in GetBinarySDNode() 3086 SDValue N2, bool nuw, bool nsw, bool exact) { in getNode() 5792 ArrayRef<SDValue> Ops, bool nuw, bool nsw, in getNodeIfExists()
|
H A D | SelectionDAGBuilder.cpp | 2832 bool nuw = false; in visitBinary() local 2878 bool nuw = false; in visitShift() local
|