Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h427 CAST_SEXT = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp443 return bitc::CAST_SEXT; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp604 case Instruction::SExt : return bitc::CAST_SEXT; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1264 case bitc::CAST_SEXT : return Instruction::SExt; in getDecodedCastOpcode()