HomeSort by: relevance | last modified time | path
    Searched refs:BINOP_SHL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 429 BINOP_SHL = 7,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1106 case bitc::BINOP_SHL:
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 555 case Instruction::Shl: return bitc::BINOP_SHL;

Completed in 23 milliseconds