Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp491 bool InstCombiner::simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I) { in simplifyDivRemOfSelectWithZeroOp() function in InstCombiner
605 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIDivTransforms()
1208 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIRemTransforms()
H A DInstCombineInternal.h358 bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);