Searched defs:BinarySplitter (Results 1 – 1 of 1) sorted by relevance
93 struct BinarySplitter { struct94 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() argument95 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()99 BinaryOperator &BO;