Searched refs:AllocArgIndex (Results 1 – 2 of 2) sorted by relevance
1884 uint64_t AllocArgIndex = in RemovePreallocated() local1886 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()1895 ArgAllocas[AllocArgIndex] = Alloca; in RemovePreallocated()
5306 auto *AllocArgIndex = dyn_cast<ConstantInt>(UseCall->getArgOperand(1)); in visitIntrinsicCall() local5307 Check(AllocArgIndex != nullptr, in visitIntrinsicCall()5309 auto AllocArgIndexInt = AllocArgIndex->getValue(); in visitIntrinsicCall()