Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h196 CAST_INTTOPTR = 10, enumerator
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp79 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in GetEncodedCastOpcode()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp129 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in GetDecodedCastOpcode()