Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h458 BINOP_UREM = 5, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp495 return bitc::BINOP_UREM; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp637 case Instruction::URem: return bitc::BINOP_UREM; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1311 case bitc::BINOP_UREM: in getDecodedBinaryOpcode()