Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h672 struct specific_intval { struct
675 specific_intval(APInt V) : Val(std::move(V)) {} in specific_intval() argument
689 inline specific_intval m_SpecificInt(APInt V) { in m_SpecificInt() argument