Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h949 template <bool AllowPoison> struct specific_intval64 { struct
952 specific_intval64(uint64_t V) : Val(V) {} in specific_intval64() function
970 inline specific_intval64<false> m_SpecificInt(uint64_t V) { in m_SpecificInt() argument