Searched refs:FirstUser (Results 1 – 3 of 3) sorted by relevance
371 auto *FirstUser = *UI++; in buildGraph() local373 assert(*UI == FirstUser && "Currently we only support SLP trees."); in buildGraph()
4624 User *FirstUser = nullptr; in visitFuncletPadInst() 4709 if (FirstUser) { in visitCatchSwitchInst() 4714 &FPI, U, FirstUser); in visitCatchSwitchInst() 4716 FirstUser = U; in visitCatchSwitchInst() 4776 &FPI, FirstUser, CatchSwitch); in verifyDominatesUse() 4547 User *FirstUser = nullptr; visitFuncletPadInst() local
6318 const Instruction *FirstUser = cast<Instruction>(*Val->user_begin()); in splitLargeGEPOffsets() 6319 bool IsSExt = isa<SExtInst>(FirstUser); in splitLargeGEPOffsets() 6320 Type *ExtTy = FirstUser->getType(); in splitLargeGEPOffsets() 6033 const Instruction *FirstUser = cast<Instruction>(*Val->user_begin()); hasSameExtUse() local