Searched defs:BinarySplitter (Results 1 – 3 of 3) sorted by relevance
93 struct BinarySplitter { struct94 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function95 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()99 BinaryOperator &BO;
143 struct BinarySplitter { struct144 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function146 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()151 BinaryOperator &BO;
159 struct BinarySplitter { struct160 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() argument162 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()167 BinaryOperator &BO;