Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h461 BINOP_XOR = 12 enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp585 case Instruction::Xor: return bitc::BINOP_XOR; in getEncodedBinaryOpcode()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1236 case bitc::BINOP_XOR: in getDecodedBinaryOpcode()