HomeSort by relevance Sort by last modified time
    Searched refs:BINOP_XOR (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 219 BINOP_XOR = 12
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 105 case Instruction::Xor: return bitc::BINOP_XOR;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 165 case bitc::BINOP_XOR: return Instruction::Xor;
    [all...]

Completed in 48 milliseconds