Searched refs:BINOP_XOR (Results 1 – 3 of 3) sorted by relevance
239 BINOP_XOR = 12 enumerator
102 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode()
630 case bitc::BINOP_XOR: return Instruction::Xor; in GetDecodedBinaryOpcode()