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

/external/llvm/include/llvm/TableGen/
H A DRecord.h723 /// BinOpInit - !op (X, Y) - Combine two inits.
725 class BinOpInit : public OpInit { class in namespace:llvm
733 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : function in class:llvm::BinOpInit
736 BinOpInit(const BinOpInit &Other) = delete;
737 BinOpInit &operator=(const BinOpInit &Other) = delete;
743 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
750 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType());

Completed in 36 milliseconds