Searched refs:C1LessThan (Results 1 – 1 of 1) sorted by relevance
3370 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; in foldICmpSelectConstant() local3372 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()3374 assert(C1LessThan && C2Equal && C3GreaterThan); in foldICmpSelectConstant()3377 C1LessThan->getValue(), C->getValue(), Cmp.getPredicate()); in foldICmpSelectConstant()