Searched defs:TernaryOp (Results 1 - 1 of 1) 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; }

Completed in 76 milliseconds