Home
last modified time | relevance | path

Searched refs:FirstUser (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp371 auto *FirstUser = *UI++; in buildGraph() local
373 assert(*UI == FirstUser && "Currently we only support SLP trees."); in buildGraph()
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4624 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
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6318 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