Searched refs:simplifyOrOfICmpsWithSameOperands (Results 1 – 1 of 1) sorted by relevance
1454 static Value *simplifyOrOfICmpsWithSameOperands(ICmpInst *Op0, ICmpInst *Op1) { in simplifyOrOfICmpsWithSameOperands() function1678 if (Value *X = simplifyOrOfICmpsWithSameOperands(Op0, Op1)) in simplifyOrOfICmps()1680 if (Value *X = simplifyOrOfICmpsWithSameOperands(Op1, Op0)) in simplifyOrOfICmps()