Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2793 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; in foldICmpSelectConstant() local
2795 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2797 assert(C1LessThan && C2Equal && C3GreaterThan); in foldICmpSelectConstant()
2800 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C) in foldICmpSelectConstant()