Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h205 BINOP_XOR = 12 enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h330 BINOP_XOR = 12 enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp99 case Instruction::Xor: return bitc::BINOP_XOR; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp130 case bitc::BINOP_XOR: return Instruction::Xor; in GetDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp511 case Instruction::Xor: return bitc::BINOP_XOR; in getEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp826 case bitc::BINOP_XOR: in getDecodedBinaryOpcode()