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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 214 BINOP_SHL = 7,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 100 case Instruction::Shl: return bitc::BINOP_SHL;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 160 case bitc::BINOP_SHL: return Instruction::Shl;
    [all...]

Completed in 239 milliseconds