Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp623 bool InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I) { in simplifyDivRemOfSelectWithZeroOp() function in InstCombinerImpl
734 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIDivTransforms()
1436 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIRemTransforms()
H A DInstCombineInternal.h99 bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);