Searched refs:FirstUser (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp372 auto *FirstUser = *UI++; local
374 assert(*UI == FirstUser && "Currently we only support SLP trees.");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp293 MachineInstr *FirstUser = nullptr; local
302 FirstUser = &UseInst;
313 } else if (FirstUser) {
314 SinkPos = FirstUser->getIterator();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3795 User *FirstUser = nullptr; local
3880 if (FirstUser) {
3884 &FPI, U, FirstUser);
3886 FirstUser = U;
3946 &FPI, FirstUser, CatchSwitch);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5176 const Instruction *FirstUser = cast<Instruction>(*Val->user_begin()); local
5177 bool IsSExt = isa<SExtInst>(FirstUser);
5178 Type *ExtTy = FirstUser->getType();

Completed in 266 milliseconds