Searched refs:ArgOperand (Results 1 – 1 of 1) sorted by relevance
1645 Value *ArgOperand = CI->getArgOperand(OpIdx); in insertPtrCastOrAssignTypeInstr() local1646 if (!isPointerTy(ArgOperand->getType())) in insertPtrCastOrAssignTypeInstr()1650 if (!isa<Instruction>(ArgOperand) && !isa<Argument>(ArgOperand)) { in insertPtrCastOrAssignTypeInstr()1670 ArgOperand, B); in insertPtrCastOrAssignTypeInstr()1672 replacePointerOperandWithPtrCast(CI, ArgOperand, ExpectedType, OpIdx, B); in insertPtrCastOrAssignTypeInstr()