Home
last modified time | relevance | path

Searched defs:BinarySplitter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp149 struct BinarySplitter { struct
150 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() argument
152 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
157 BinaryOperator &BO;