Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp109 if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2()) in getLogBase2Vector()
137 match(C1, m_APInt(IVal))) in visitMul()
143 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2()) in visitMul()
/external/llvm/lib/Analysis/
DValueTracking.cpp1151 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()
1159 if (match(U->getOperand(1), m_APInt(ShAmt))) { in ComputeNumSignBits()
/external/llvm/include/llvm/Support/
DPatternMatch.h183 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() function