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

References

include/llvm/TableGen/Record.h
  903   Init *getLHS() const { return LHS; }
  912     return LHS->isComplete() && MHS->isComplete() && RHS->isComplete();
lib/TableGen/Record.cpp
 1131     DefInit *LHSd = dyn_cast<DefInit>(LHS);
 1132     VarInit *LHSv = dyn_cast<VarInit>(LHS);
 1133     StringInit *LHSs = dyn_cast<StringInit>(LHS);
 1174     if (Init *Result = ForeachHelper(LHS, MHS, RHS, getType(), CurRec))
 1181                             LHS->convertInitializerTo(IntRecTy::get()))) {
 1208       return DagInit::get(LHS, nullptr, Children);
 1218   Init *lhs = LHS->resolveReferences(R);
 1220   if (getOpcode() == IF && lhs != LHS) {
 1241   if (LHS != lhs || MHS != mhs || RHS != rhs)
 1257           (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) +
 1257           (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) +