Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp93 struct BinarySplitter { struct
94 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function
95 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
99 BinaryOperator &BO;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp143 struct BinarySplitter { struct
144 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() function
146 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
151 BinaryOperator &BO;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp159 struct BinarySplitter { struct
160 BinarySplitter(BinaryOperator &bo) : BO(bo) {} in BinarySplitter() argument
162 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
167 BinaryOperator &BO;