Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h689 inline specific_intval m_SpecificInt(APInt V) { in m_SpecificInt() function
693 inline specific_intval m_SpecificInt(uint64_t V) { in m_SpecificInt() function
/external/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h805 inline specific_intval<false> m_SpecificInt(APInt V) { in m_SpecificInt() function
809 inline specific_intval<false> m_SpecificInt(uint64_t V) { in m_SpecificInt() function
/external/llvm/include/llvm/IR/
DPatternMatch.h383 inline specific_intval m_SpecificInt(uint64_t V) { return specific_intval(V); } in m_SpecificInt() function