Searched refs:AllocArgIndex (Results 1 – 2 of 2) sorted by relevance
1896 uint64_t AllocArgIndex = in RemovePreallocated() local1898 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()1907 ArgAllocas[AllocArgIndex] = Alloca; in RemovePreallocated()
5506 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local5507 Check(AllocArgIndex != nullptr, in visitIntrinsicCall()5509 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()