Home
last modified time | relevance | path

Searched refs:NeC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1530 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp() local
1531 return new ICmpInst(ICmpInst::ICMP_NE, X, Builder.getInt(*NeC)); in foldICmpWithDominatingICmp()