Searched refs:ArgOp (Results 1 – 5 of 5) sorted by relevance
188 Value *ArgOp = Call->getArgOperand(Idx); in promoteConstantStackValues() local189 Type *ArgOpType = ArgOp->getType(); in promoteConstantStackValues()194 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues()
3790 const Value *ArgOp = CB.getArgOperand(OtherArgNo); in mayAliasWithArgument() local3791 if (!ArgOp->getType()->isPtrOrPtrVectorTy()) in mayAliasWithArgument()3817 bool IsAliasing = !AAR || !AAR->isNoAlias(&getAssociatedValue(), ArgOp); in mayAliasWithArgument()3820 << getAssociatedValue() << " " << *ArgOp << " => " in mayAliasWithArgument()8600 const Value *ArgOp = CB.getArgOperand(ArgNo); in categorizeArgumentPointerLocations() local8601 if (!ArgOp->getType()->isPtrOrPtrVectorTy()) in categorizeArgumentPointerLocations()8614 categorizePtrValue(A, CB, *ArgOp, AccessedLocs, Changed); in categorizeArgumentPointerLocations()
1794 Value *ArgOp = CI->getArgOperand(ArgNo); in collectGlobalThreadIdArguments() local1795 if (CI == &RefCI || GTIdArgs.count(ArgOp) || in collectGlobalThreadIdArguments()1797 *ArgOp, &OMPInfoCache.RFIs[OMPRTL___kmpc_global_thread_num])) in collectGlobalThreadIdArguments()
3439 for (auto &ArgOp : CI->args()) in getVectorCallCost() local3440 ScalarTys.push_back(ArgOp->getType()); in getVectorCallCost()
7684 for (auto &ArgOp : II->args()) in getSpillCost() local7685 Tys.push_back(ArgOp->getType()); in getSpillCost()