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

/external/llvm/include/llvm/TableGen/
H A DRecord.h676 /// UnOpInit - !op (X) - Transform an init.
678 class UnOpInit : public OpInit { class in namespace:llvm
686 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) function in class:llvm::UnOpInit
689 UnOpInit(const UnOpInit &Other) = delete;
690 UnOpInit &operator=(const UnOpInit &Other) = delete;
696 static UnOpInit *get(UnaryOp opc, Init *lhs, RecTy *Type);
702 return UnOpInit::get(getOpcode(), *Operands.begin(), getType());

Completed in 90 milliseconds