Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h430 BINOP_LSHR = 8, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp556 case Instruction::LShr: return bitc::BINOP_LSHR; in getEncodedBinaryOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1108 case bitc::BINOP_LSHR: in getDecodedBinaryOpcode()