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

/external/llvm/include/llvm/TableGen/
H A DRecord.h779 enum TernaryOp { SUBST, FOREACH, IF }; enum in class:llvm::TernOpInit
782 TernaryOp Opc;
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
796 static TernOpInit *get(TernaryOp opc, Init *lhs,
818 TernaryOp getOpcode() const { return Opc; }

Completed in 45 milliseconds