Searched refs:ArgOperand (Results 1 – 2 of 2) sorted by relevance
1193 Value *ArgOperand = CI->getArgOperand(OpIdx); in insertPtrCastOrAssignTypeInstr() local1194 if (!isPointerTy(ArgOperand->getType())) in insertPtrCastOrAssignTypeInstr()1198 if (!isa<Instruction>(ArgOperand) && !isa<Argument>(ArgOperand)) { in insertPtrCastOrAssignTypeInstr()1217 ArgOperand, B); in insertPtrCastOrAssignTypeInstr()1219 replacePointerOperandWithPtrCast(CI, ArgOperand, ExpectedType, OpIdx, B); in insertPtrCastOrAssignTypeInstr()