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

References

include/llvm/Analysis/LazyCallGraph.h
 1110       for (Value *Op : C->operand_values())
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()) {
 2715   SmallVector<Value *, 4> Ops(I->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
  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()) {
 6212     SmallVector<const Value *, 4> Operands(I->operand_values());
lib/Transforms/Vectorize/SLPVectorizer.cpp
 3136       SmallVector<const Value *, 4> Operands(VL0->operand_values());
 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()) {