Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h779 enum TernaryOp { SUBST, FOREACH, IF }; enum
782 TernaryOp Opc;
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
796 static TernOpInit *get(TernaryOp opc, Init *lhs,
818 TernaryOp getOpcode() const { return Opc; } in getOpcode()
/external/llvm/lib/TableGen/
DRecord.cpp867 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in get()
1128 if (TOI->getOpcode() == TernOpInit::TernaryOp::IF && in convertInitializerTo()
DTGParser.cpp970 TernOpInit::TernaryOp Code; in ParseOperation()