Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2927 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; in foldICmpSelectConstant() local
2929 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2931 assert(C1LessThan && C2Equal && C3GreaterThan); in foldICmpSelectConstant()
2934 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C) in foldICmpSelectConstant()