Searched refs:AddBinaryNodeIDCustom (Results 1 – 1 of 1) 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() function 395 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, unsigned Opcode, in AddBinaryNodeIDCustom() function 398 AddBinaryNodeIDCustom(ID, nuw, nsw, exact); in AddBinaryNodeIDCustom() 502 AddBinaryNodeIDCustom(ID, N->getOpcode(), BinNode->hasNoUnsignedWrap(), in AddNodeIDCustom() 3540 AddBinaryNodeIDCustom(ID, Opcode, nuw, nsw, exact); in getNode() 5798 AddBinaryNodeIDCustom(ID, nuw, nsw, exact); in getNodeIfExists()
|