Searched refs:C1LessThan (Results 1 – 1 of 1) sorted by relevance
2423 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; in foldICmpSelectConstant() local2425 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()2427 assert(C1LessThan && C2Equal && C3GreaterThan); in foldICmpSelectConstant()2430 ConstantExpr::getCompare(Cmp.getPredicate(), C1LessThan, C) in foldICmpSelectConstant()