OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apint_match
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
220
struct
apint_match
{
struct in namespace:llvm::PatternMatch
224
apint_match
(const APInt *&Res, bool AllowUndef)
function in struct:llvm::PatternMatch::apint_match
270
inline
apint_match
m_APInt(const APInt *&Res) {
272
return
apint_match
(Res, /* AllowUndef */ false);
276
inline
apint_match
m_APIntAllowUndef(const APInt *&Res) {
277
return
apint_match
(Res, /* AllowUndef */ true);
281
inline
apint_match
m_APIntForbidUndef(const APInt *&Res) {
282
return
apint_match
(Res, /* AllowUndef */ false);
PatternMatch.h
220
struct
apint_match
{
struct in namespace:llvm::PatternMatch
224
apint_match
(const APInt *&Res, bool AllowUndef)
function in struct:llvm::PatternMatch::apint_match
270
inline
apint_match
m_APInt(const APInt *&Res) {
272
return
apint_match
(Res, /* AllowUndef */ false);
276
inline
apint_match
m_APIntAllowUndef(const APInt *&Res) {
277
return
apint_match
(Res, /* AllowUndef */ true);
281
inline
apint_match
m_APIntForbidUndef(const APInt *&Res) {
282
return
apint_match
(Res, /* AllowUndef */ false);
Completed in 43 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026