Home
last modified time | relevance | path

Searched refs:BINOP_SHL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h212 BINOP_SHL = 7, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp102 case Instruction::Shl: return bitc::BINOP_SHL; in GetEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp148 case bitc::BINOP_SHL: return Instruction::Shl; in GetDecodedBinaryOpcode()