Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h202 BINOP_ASHR = 9, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h327 BINOP_ASHR = 9, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp96 case Instruction::AShr: return bitc::BINOP_ASHR; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp127 case bitc::BINOP_ASHR: return Instruction::AShr; in GetDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp508 case Instruction::AShr: return bitc::BINOP_ASHR; in getEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp820 case bitc::BINOP_ASHR: in getDecodedBinaryOpcode()