Home
last modified time | relevance | path

Searched refs:CAST_ZEXT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h175 CAST_ZEXT = 1, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h299 CAST_ZEXT = 1, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp65 case Instruction::ZExt : return bitc::CAST_ZEXT; in GetEncodedCastOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp97 case bitc::CAST_ZEXT : return Instruction::ZExt; in GetDecodedCastOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp476 case Instruction::ZExt : return bitc::CAST_ZEXT; in getEncodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp778 case bitc::CAST_ZEXT : return Instruction::ZExt; in getDecodedCastOpcode()