Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1233 APInt C1Shifted = APInt::getOneBitSet( in commonIDivTransforms() local
1237 if (isMultiple(*C2, C1Shifted, Quotient, IsSigned)) { in commonIDivTransforms()
1245 if (isMultiple(C1Shifted, *C2, Quotient, IsSigned)) { in commonIDivTransforms()