Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h403 CAST_PTRTOINT = 9, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp526 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1030 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()