Home
last modified time | relevance | path

Searched refs:TernaryOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h993 enum TernaryOp { SUBST, FOREACH, IF }; enum
996 TernaryOp Opc;
999 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
1010 static TernOpInit *get(TernaryOp opc, Init *lhs,
1035 TernaryOp getOpcode() const { return Opc; } in getOpcode()
/external/llvm/lib/TableGen/
DRecord.cpp125 if (TOI->getOpcode() != TernOpInit::TernaryOp::IF) in convertValue()
1020 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, in get()
DTGParser.cpp996 TernOpInit::TernaryOp Code; in ParseOperation()