Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1592 static Value *simplifyOrOfICmpsWithSameOperands(ICmpInst *Op0, ICmpInst *Op1) { in simplifyOrOfICmpsWithSameOperands() function
1883 if (Value *X = simplifyOrOfICmpsWithSameOperands(Op0, Op1)) in simplifyOrOfICmps()
1885 if (Value *X = simplifyOrOfICmpsWithSameOperands(Op1, Op0)) in simplifyOrOfICmps()