Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp985 bool InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I) { in simplifyDivRemOfSelectWithZeroOp() function in InstCombinerImpl
1179 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIDivTransforms()
2121 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIRemTransforms()
H A DInstCombineInternal.h107 bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);