Home
last modified time | relevance | path

Searched refs:AddBinaryNodeIDCustom (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp403 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, bool nuw, bool nsw, in AddBinaryNodeIDCustom() function
411 static void AddBinaryNodeIDCustom(FoldingSetNodeID &ID, unsigned Opcode, in AddBinaryNodeIDCustom() function
414 AddBinaryNodeIDCustom(ID, nuw, nsw, exact); in AddBinaryNodeIDCustom()
518 AddBinaryNodeIDCustom(ID, N->getOpcode(), BinNode->hasNoUnsignedWrap(), in AddNodeIDCustom()
3629 AddBinaryNodeIDCustom(ID, Opcode, nuw, nsw, exact); in getNode()
5897 AddBinaryNodeIDCustom(ID, nuw, nsw, exact); in getNodeIfExists()