reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/MemoryBuiltins.cpp
  366     if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) {
lib/Bitcode/Reader/BitcodeReader.cpp
 5265       CallSite(*UI++).setCalledFunction(I.second);
lib/CodeGen/InterleavedAccessPass.cpp
  292   for (auto UI = LI->user_begin(), E = LI->user_end(); UI != E; UI++) {
lib/IR/AutoUpgrade.cpp
 3735       if (CallInst *CI = dyn_cast<CallInst>(*UI++))
 3872       CallInst *CI = dyn_cast<CallInst>(*I++);
lib/Transforms/IPO/DeadArgumentElimination.cpp
  177     CallSite CS(*I++);
lib/Transforms/IPO/GlobalOpt.cpp
  209     User *U = *UI++;
  682     Instruction *I = cast<Instruction>(*UI++);
  761     User *GlobalUser = *GUI++;
  818     if (Instruction *I = dyn_cast<Instruction>(*UI++))
 1252     Instruction *User = cast<Instruction>(*UI++);
 1264     Instruction *User = cast<Instruction>(*UI++);
 1401     Instruction *User = cast<Instruction>(*UI++);
 2890     CallInst *CI = dyn_cast<CallInst>(*I++);
lib/Transforms/InstCombine/InstCombineCompares.cpp
 4695       User *U = *UI++;
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  604         auto *SI = cast<StoreInst>(*UI++);
lib/Transforms/InstCombine/InstructionCombining.cpp
 1066     Instruction *User = cast<Instruction>(*UI++);
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
 2017         CallInst *UserInst = cast<CallInst>(*UI++);
lib/Transforms/Scalar/IndVarSimplify.cpp
  334   Instruction *U1 = cast<Instruction>(*IncrUse++);
  336   Instruction *U2 = cast<Instruction>(*IncrUse++);
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  136       Instruction *User = cast<Instruction>(*UI++);
  359     Instruction *UserInst = cast<Instruction>(*UI++);
  469     LoadInst *LI = dyn_cast<LoadInst>(*UI++);
lib/Transforms/Utils/SimplifyLibCalls.cpp
  851       ICmpInst *Old = cast<ICmpInst>(*UI++);
lib/Transforms/Vectorize/LoopVectorize.cpp
 3758           (*UI++)->replaceUsesOfWith(RdxParts[Part], Extnd);
tools/llvm-reduce/deltas/ReduceArguments.cpp
   27     if (auto *CI = dyn_cast<CallInst>(*I++)) {