Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h465 BINOP_XOR = 12 enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp510 return bitc::BINOP_XOR; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp645 case Instruction::Xor: return bitc::BINOP_XOR; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1325 case bitc::BINOP_XOR: in getDecodedBinaryOpcode()