Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h404 CAST_INTTOPTR = 10, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp527 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in getEncodedCastOpcode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1031 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in getDecodedCastOpcode()