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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 208 BINOP_SUB = 1,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 91 case Instruction::FSub: return bitc::BINOP_SUB;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 150 case bitc::BINOP_SUB:
    [all...]

Completed in 38 milliseconds