Home | History | Annotate | Download | only in Reader

Lines Matching refs:BinOp

134 static AtomicRMWInst::BinOp GetDecodedRMWOperation(unsigned Val) {
1344 V = UndefValue::get(CurTy); // Unknown binop.
2161 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode]
2167 return Error("Invalid BINOP record");
2170 if (Opc == -1) return Error("Invalid BINOP record");
2697 AtomicRMWInst::BinOp Operation = GetDecodedRMWOperation(Record[OpNum]);