reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
include/llvm/TableGen/Record.h
  159   static IntRecTy Shared;
  168   static IntRecTy *get() { return &Shared; }
  568     : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
 1041       : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType),
lib/TableGen/Record.cpp
   55 IntRecTy IntRecTy::Shared;
  322   if (isa<IntRecTy>(Ty))
  378   if (isa<IntRecTy>(Ty)) {
  479   if (isa<IntRecTy>(Ty))
  947         dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()));
  949         dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get()));
  986       dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get()));
  988       dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get()));
 1181                             LHS->convertInitializerTo(IntRecTy::get()))) {
 1222                              lhs->convertInitializerTo(IntRecTy::get()))) {
 1824             Cond->convertInitializerTo(IntRecTy::get()))) {
lib/TableGen/TGParser.cpp
  803   case tgtok::Int:    Lex.Lex(); return IntRecTy::get();
  937       Type = IntRecTy::get();
  942       Type = IntRecTy::get();
 1101       Type = IntRecTy::get();
 1102       ArgType = IntRecTy::get();
 1114       ArgType = IntRecTy::get();
 1181           if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) {
 1191           if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) &&
 2499     IterType = IntRecTy::get();
utils/TableGen/CodeGenDAGPatterns.cpp
 2738       TheInit = TheInit->convertInitializerTo(IntRecTy::get());
 2744     Init *II = BI->convertInitializerTo(IntRecTy::get());
utils/TableGen/CodeGenInstruction.cpp
  625       dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get()));
utils/TableGen/DFAEmitter.cpp
  343     } else if (isa<IntRecTy>(SymbolV->getType())) {
utils/TableGen/SearchableTableEmitter.cpp
   37   return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue();
  214     if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) {
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
   38         reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get()))