OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntRecTyKind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
75
IntRecTyKind
,
220
IntRecTy() : RecTy(
IntRecTyKind
) {}
224
return RT->getRecTyKind() ==
IntRecTyKind
;
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
123
if(RecTy::baseClassOf(RHS) || getRecTyKind() ==
IntRecTyKind
)
209
return (kind == BitRecTyKind && Size == 1) || (kind ==
IntRecTyKind
);
235
return kind==BitRecTyKind || kind==BitsRecTyKind || kind==
IntRecTyKind
;
[
all
...]
Completed in 328 milliseconds