Searched refs:ByValArg (Results 1 – 2 of 2) sorted by relevance
896 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument() local897 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument()900 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize), in processByValArgument()911 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()946 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument()947 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
2640 MipsCC::byval_iterator ByValArg = MipsCCInfo.byval_begin(); in LowerCall() local2653 assert(ByValArg != MipsCCInfo.byval_end()); in LowerCall()2657 MipsCCInfo, *ByValArg, Flags, Subtarget->isLittle()); in LowerCall()2658 ++ByValArg; in LowerCall()2849 MipsCC::byval_iterator ByValArg = MipsCCInfo.byval_begin(); in LowerFormalArguments() local2862 assert(ByValArg != MipsCCInfo.byval_end()); in LowerFormalArguments()2864 MipsCCInfo, *ByValArg); in LowerFormalArguments()2865 ++ByValArg; in LowerFormalArguments()