Searched defs:m_APInt (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h110 /// m_APInt - Match a ConstantInt or splatted ConstantVector, binding the
112 inline apint_match m_APInt(const APInt *&Res) { return Res; } function in namespace:llvm::PatternMatch
/external/llvm/include/llvm/IR/
H A DPatternMatch.h180 inline apint_match m_APInt(const APInt *&Res) { return Res; } function in namespace:llvm::PatternMatch

Completed in 5939 milliseconds