Searched refs:AllocArgIndex (Results 1 – 2 of 2) sorted by relevance
1852 uint64_t AllocArgIndex = in RemovePreallocated() local1854 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()1867 ArgAllocas[AllocArgIndex] = BitCast; in RemovePreallocated()
4759 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local4760 Assert(AllocArgIndex != nullptr, in visitIntrinsicCall()4762 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()