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 DInstCombineInternal.h105 bool simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp1093 bool InstCombinerImpl::simplifyDivRemOfSelectWithZeroOp(BinaryOperator &I) { in simplifyDivRemOfSelectWithZeroOp() function in InstCombinerImpl
1296 if (simplifyDivRemOfSelectWithZeroOp(I)) in commonIDivRemTransforms()