Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h464 BINOP_OR = 11, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp508 return bitc::BINOP_OR; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp644 case Instruction::Or: return bitc::BINOP_OR; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1323 case bitc::BINOP_OR: in getDecodedBinaryOpcode()