Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1587 static Value *simplifyAndOfICmpsWithSameOperands(ICmpInst *Op0, ICmpInst *Op1) { in simplifyAndOfICmpsWithSameOperands() function
1836 if (Value *X = simplifyAndOfICmpsWithSameOperands(Op0, Op1)) in simplifyAndOfICmps()
1838 if (Value *X = simplifyAndOfICmpsWithSameOperands(Op1, Op0)) in simplifyAndOfICmps()