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

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h218 BINOP_XOR = 12 enumerator in enum:llvm::bitc::BinaryOpcodes
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp105 case Instruction::Xor: return bitc::BINOP_XOR;
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp154 case bitc::BINOP_XOR: return Instruction::Xor;

Completed in 119 milliseconds