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.cpp166 struct ICmpSplitter { struct
167 ICmpSplitter(ICmpInst &ici) : ICI(ici) {} in ICmpSplitter() function
169 Value *operator()(IRBuilder<> &Builder, Value *Op0, Value *Op1, in operator ()()
174 ICmpInst &ICI;