Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:BinOp

777 static AtomicRMWInst::BinOp GetDecodedRMWOperation(unsigned Val) {
2072 V = UndefValue::get(CurTy); // Unknown binop.
2922 case bitc::FUNC_CODE_INST_BINOP: { // BINOP: [opval, ty, opval, opcode]
3498 AtomicRMWInst::BinOp Operation = GetDecodedRMWOperation(Record[OpNum]);