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

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

Completed in 1996 milliseconds