Home
last modified time | relevance | path

Searched refs:BINOP_AND (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h203 BINOP_AND = 10, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h235 BINOP_AND = 10, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h328 BINOP_AND = 10, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp106 case naclbitc::BINOP_AND: in DecodeBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp97 case Instruction::And: return bitc::BINOP_AND; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp128 case bitc::BINOP_AND: return Instruction::And; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1814 case naclbitc::BINOP_AND: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp509 case Instruction::And: return bitc::BINOP_AND; in getEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp822 case bitc::BINOP_AND: in getDecodedBinaryOpcode()