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