Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h984 enum TernaryOp { SUBST, FOREACH, IF }; enum
987 TernaryOp Opc;
990 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
1001 static TernOpInit *get(TernaryOp opc, Init *lhs,
1026 TernaryOp getOpcode() const { return Opc; } in getOpcode()
/external/llvm/lib/TableGen/
DTGParser.cpp997 TernOpInit::TernaryOp Code; in ParseOperation()
DRecord.cpp1002 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, in get()