Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp191 struct BinarySplitter { struct
192 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function
194 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
199 BinaryOperator &BO;