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

/external/llvm/include/llvm/TableGen/
H A DRecord.h993 enum TernaryOp { SUBST, FOREACH, IF }; enum in class:llvm::TernOpInit
996 TernaryOp Opc;
999 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
1010 static TernOpInit *get(TernaryOp opc, Init *lhs,
1035 TernaryOp getOpcode() const { return Opc; }

Completed in 45 milliseconds