Searched refs:ExtFoldBinary (Results 1 – 2 of 2) sorted by relevance
26 BaseNode *ExtFoldBinary(BinaryNode *node);
80 return ExtFoldBinary(static_cast<BinaryNode *>(node)); in DispatchFold()99 BaseNode *ExtConstantFold::ExtFoldBinary(BinaryNode *node) in ExtFoldBinary() function in maple::ExtConstantFold