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

References

include/llvm/TableGen/Record.h
  888     return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2],
lib/TableGen/Record.cpp
 1071   ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType());
 1129   switch (getOpcode()) {
 1220   if (getOpcode() == IF && lhs != LHS) {
 1233   if (getOpcode() == FOREACH) {
 1242     return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, getType()))
 1250   switch (getOpcode()) {