Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp145 struct ICmpSplitter { struct
146 ICmpSplitter(ICmpInst &ici) : ICI(ici) {} in ICmpSplitter() function
148 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
153 ICmpInst &ICI;