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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2708 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; local
2710 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal,
2712 assert(C1LessThan && C2Equal && C3GreaterThan);
2715 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C)

Completed in 45 milliseconds