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