Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h383 inline specific_intval m_SpecificInt(uint64_t V) { return specific_intval(V); } in m_SpecificInt() function
1297 auto LHS = m_AShr(m_Value(OpL), m_SpecificInt(ShiftWidth));
1298 auto RHS = m_LShr(m_Neg(m_Value(OpR)), m_SpecificInt(ShiftWidth));
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp394 if (!match(ValueOnZero, m_SpecificInt(SizeOfInBits))) in foldSelectCttzCtlz()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3580 m_SpecificInt(TyAllocSize)))) in SimplifyGEPInst()