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