Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2060 APInt RemYZ = IsSRem ? Y.srem(Z) : Y.urem(Z); in simplifyIRemMulShl() local
2064 if (RemYZ.isZero() && BO0NoWrap) in simplifyIRemMulShl()
2085 if (RemYZ == Y && BO1NoWrap) { in simplifyIRemMulShl()
2097 BinaryOperator *BO = CreateMulOrShift(RemYZ); in simplifyIRemMulShl()