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

References

include/llvm/ADT/Hashing.h
  407                                             get_hashable_data(*first)))
  420                                               get_hashable_data(*first)))
include/llvm/ADT/iterator.h
   91     operator ReferenceT() const { return *I; }
include/llvm/Analysis/LazyCallGraph.h
 1110       for (Value *Op : C->operand_values())
include/llvm/IR/Instructions.h
 3014     BasicBlock *operator*() const { return cast<BasicBlock>(*I); }
 3565     BasicBlock *operator*() const { return cast<BasicBlock>(*I); }
include/llvm/IR/User.h
  252     Value *operator->() const { return operator*(); }
lib/Analysis/CGSCCPassManager.cpp
  473     for (Value *Op : I.operand_values())
lib/Analysis/LazyCallGraph.cpp
  111       for (Value *Op : I.operand_values())
lib/Transforms/Coroutines/CoroElide.cpp
   69   for (Value *Op : CI->operand_values())
lib/Transforms/Scalar/LoopDistribute.cpp
  172       for (Value *V : I->operand_values()) {
lib/Transforms/Scalar/NewGVN.cpp
 2606   for (auto *Op : OrigI->operand_values()) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2112           for (auto OpValue : ClonedValue->operand_values()) {
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  116     for (Value *OpV : I.operand_values()) {
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
   99         auto *OpI = dyn_cast<Instruction>(*OpIt);
  361           auto *OpI = dyn_cast<Instruction>(*OpIt);
  462         for (Value *OpV : I->operand_values())
  535           for (auto *OpV : SpecI->operand_values()) {
  627     for (auto *OpV : OrigI->operand_values()) {
lib/Transforms/Scalar/SpeculativeExecution.cpp
  257     for (Value* V : U->operand_values()) {
lib/Transforms/Utils/Local.cpp
 1475     for (auto VI : PHI->operand_values()) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 4749     for (auto OV : I->operand_values()) {
lib/Transforms/Vectorize/SLPVectorizer.cpp
 6798       for (auto *Op : Inst->operand_values())
 6994         for (auto *V : it->operand_values()) {
tools/bugpoint/CrashDebugger.cpp
  222   for (Value *V : OldUsedVal->operand_values()) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
   75   for (const auto &param : call_inst->operand_values())
tools/polly/lib/CodeGen/BlockGenerators.cpp
  718         for (Value *Op : Inst->operand_values()) {
tools/polly/lib/CodeGen/PerfMonitor.cpp
   42     for (Value *X : Array->operand_values())
tools/polly/lib/Transform/ForwardOpTree.cpp
  647     for (Value *OpVal : UseInst->operand_values()) {
unittests/IR/UserTest.cpp
  105   EXPECT_EQ(P.getOperand(3), *I);
usr/include/c++/7.4.0/bits/stl_algobase.h
  324 	      *__result = *__first;