Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3223 ConstantInt *C1LessThan, *C2Equal, *C3GreaterThan; in foldICmpSelectConstant() local
3225 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
3227 assert(C1LessThan && C2Equal && C3GreaterThan); in foldICmpSelectConstant()
3231 bool TrueWhenEqual = ICmpInst::compare(C2Equal->getValue(), C->getValue(), in foldICmpSelectConstant()