Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp159 struct BinarySplitter { struct
160 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function
162 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
167 BinaryOperator &BO;