Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h200 BINOP_SHL = 7, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h325 BINOP_SHL = 7, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp94 case Instruction::Shl: return bitc::BINOP_SHL; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp125 case bitc::BINOP_SHL: return Instruction::Shl; in GetDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp506 case Instruction::Shl: return bitc::BINOP_SHL; in getEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp816 case bitc::BINOP_SHL: in getDecodedBinaryOpcode()