Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp262 const APInt *MulAP; in visitMul() local
265 m_APInt(MulAP))) && in visitMul()
266 (*MulAP - 1).isPowerOf2() && *ShiftC == MulAP->logBase2()) { in visitMul()