Searched refs:CastOpCode (Results 1 – 2 of 2) sorted by relevance
| /minix3/minix/llvm/passes/include/magic/support/ |
| H A D | MagicMemFunction.h | 470 … Instruction::CastOps CastOpCode = CastInst::getCastOpcode(ParamValue, false, StdParamType, false); in getCustomWrapper() local 471 …Instruction *ParamCastInst = CastInst::Create(CastOpCode, ParamValue, StdParamType, "", FirstInst); in getCustomWrapper()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | MagicUtil.cpp | 1039 Instruction::CastOps CastOpCode = CastInst::getCastOpcode(callArgs[i], false, ParamType, false); in inlinePreHookForwardingCall() local 1040 callArgs[i] = CastInst::Create(CastOpCode, callArgs[i], ParamType, "", FirstInst); in inlinePreHookForwardingCall() 1079 … Instruction::CastOps CastOpCode = CastInst::getCastOpcode(callArgs[i], false, ParamType, false); in inlinePostHookForwardingCall() local 1080 callArgs[i] = CastInst::Create(CastOpCode, callArgs[i], ParamType, "", RetInst); in inlinePostHookForwardingCall()
|