Home | History | Annotate | Download | only in llvm

Lines Matching full:binop

566   enum BinOp {
599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
606 BinOp getOperation() const {
607 return static_cast<BinOp>(getSubclassDataFromInstruction() >> 5);
610 void setOperation(BinOp Operation) {
679 void Init(BinOp Operation, Value *Ptr, Value *Val,