Home
last modified time | relevance | path

Searched refs:BINOP_XOR (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h239 BINOP_XOR = 12 enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp102 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp630 case bitc::BINOP_XOR: return Instruction::Xor; in GetDecodedBinaryOpcode()