Searched defs:BinNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp500 const BinaryWithFlagsSDNode *BinNode = cast<BinaryWithFlagsSDNode>(N); local
501 AddBinaryNodeIDCustom(ID, N->getOpcode(), BinNode->hasNoUnsignedWrap(),
502 BinNode->hasNoSignedWrap(), BinNode->isExact());

Completed in 546 milliseconds