Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp680 bool InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I) { in simplifyDivRemOfSelectWithZeroOp() function in InstCombinerImpl
794 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIDivTransforms()
1456 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIRemTransforms()
H A DInstCombineInternal.h100 bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);