Searched refs:AfterAllocaInsPt (Results 1 – 1 of 1) sorted by relevance
251 BasicBlock::iterator AfterAllocaInsPt = F.begin()->begin(); in lowerIncomingArguments() local252 while (isa<AllocaInst>(AfterAllocaInsPt) && in lowerIncomingArguments()253 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsPt)->getArraySize())) in lowerIncomingArguments()254 ++AfterAllocaInsPt; in lowerIncomingArguments()255 assert(AfterAllocaInsPt != F.front().end()); in lowerIncomingArguments()264 TrueValue, &AI, UndefValue, AI.getName() + ".tmp", &*AfterAllocaInsPt); in lowerIncomingArguments()