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

/external/llvm/include/llvm/TableGen/
H A DRecord.h923 enum TernaryOp { SUBST, FOREACH, IF }; enum in class:llvm::TernOpInit
925 TernaryOp Opc;
928 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
936 static TernOpInit *get(TernaryOp opc, Init *lhs,
961 TernaryOp getOpcode() const { return Opc; }
/external/llvm/lib/TableGen/
H A DRecord.cpp968 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs,
H A DTGParser.cpp994 TernOpInit::TernaryOp Code;

Completed in 85 milliseconds