Home
last modified time | relevance | path

Searched refs:argValue (Results 1 – 2 of 2) sorted by relevance

/minix/minix/llvm/passes/include/magic/support/
H A DMagicMemFunction.h516 Value *argValue = CS.getArgument(i); in getCustomWrapper() local
518 TYPECONST Type* argType = argValue->getType(); in getCustomWrapper()
522 Instruction::CastOps opcode = CastInst::getCastOpcode(argValue, false, paramType, false); in getCustomWrapper()
523 argValue = CastInst::Create(opcode, argValue, paramType, "", callInst); in getCustomWrapper()
525 callArgs[argMapping[i] - 1] = argValue; in getCustomWrapper()
/minix/minix/llvm/passes/include/common/
H A Dpass_common.h574 Value *argValue = args; in createFunctionWeakPtrWrapper() local
575 AllocaInst *allocaInst = new AllocaInst(argValue->getType(), ".llvm.pu.args", entryBB); in createFunctionWeakPtrWrapper()
583 Value *argValue = args; in createFunctionWeakPtrWrapper() local
585 new StoreInst(argValue, allocaInst, true, entryBB); in createFunctionWeakPtrWrapper()