Searched refs:BINOP_OR (Results 1 – 3 of 3) sorted by relevance
217 BINOP_OR = 11, enumerator
104 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
153 case bitc::BINOP_OR: return Instruction::Or; in GetDecodedBinaryOpcode()