Home | History | Annotate | Download | only in IR

Lines Matching defs:BinOp

631   enum BinOp {
664 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
667 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
671 BinOp getOperation() const {
672 return static_cast<BinOp>(getSubclassDataFromInstruction() >> 5);
675 void setOperation(BinOp Operation) {
744 void Init(BinOp Operation, Value *Ptr, Value *Val,