Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1429 static Value *simplifyAndOfICmpsWithSameOperands(ICmpInst *Op0, ICmpInst *Op1) { in simplifyAndOfICmpsWithSameOperands() function
1607 if (Value *X = simplifyAndOfICmpsWithSameOperands(Op0, Op1)) in simplifyAndOfICmps()
1609 if (Value *X = simplifyAndOfICmpsWithSameOperands(Op1, Op0)) in simplifyAndOfICmps()