Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h462 BINOP_ASHR = 9, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp504 return bitc::BINOP_ASHR; in getEncodedBinaryOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp642 case Instruction::AShr: return bitc::BINOP_ASHR; in getEncodedBinaryOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1319 case bitc::BINOP_ASHR: in getDecodedBinaryOpcode()