Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h217 BINOP_OR = 11, enumerator
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp104 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp153 case bitc::BINOP_OR: return Instruction::Or; in GetDecodedBinaryOpcode()