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

References

include/llvm/Analysis/MemorySSA.h
  527   const_op_range incoming_values() const { return operands(); }
include/llvm/IR/Instructions.h
 2636   const_op_range incoming_values() const { return operands(); }
lib/Analysis/CodeMetrics.cpp
   35   for (const Value *Operand : U->operands())
lib/Analysis/ConstantFolding.cpp
 1083   for (const Use &NewU : C->operands()) {
lib/Analysis/DivergenceAnalysis.cpp
  129   for (const auto &Op : I.operands()) {
lib/Analysis/LoopInfo.cpp
   68   return all_of(I->operands(), [this](Value *V) { return isLoopInvariant(V); });
lib/Analysis/MemorySSA.cpp
 1798   for (const Use &Arg : MP->operands()) {
 2203   for (const auto &Op : operands()) {
lib/Analysis/ModuleSummaryAnalysis.cpp
  103     for (const auto &OI : U->operands()) {
lib/Analysis/ScalarEvolution.cpp
 5733         for (auto &Op : Phi->operands()) {
lib/Analysis/ValueTracking.cpp
  472   if (is_contained(I->operands(), E))
 2236     bool AllNonZeroConstants = llvm::all_of(PN->operands(), [](Value *V) {
lib/Bitcode/Writer/BitcodeWriter.cpp
 2424       for (const Value *Op : C->operands())
lib/Bitcode/Writer/ValueEnumerator.cpp
   93       for (const Value *Op : C->operands())
  123     for (const Use &U : F.operands())
  159         for (const Value *Op : I.operands())
  255       for (const Value *Op : C->operands())
  283         for (const Value *Op : I.operands())
  309     for (const Use &U : F.operands())
  365     for (const Use &U : F.operands())
  403         for (const Use &Op : I.operands()) {
  908   for (const Value *Op : C->operands()) {
  962       for (const Use &OI : I.operands()) {
  983       for (const Use &OI : I.operands()) {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1584         for (const Value *Op : A->operands()) {
 2004   for (Value *O : InitList->operands()) {
lib/CodeGen/CodeGenPrepare.cpp
 6482     for (const Use &U : ToBePromoted->operands()) {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9458       for (const Use &U : I.operands()) {
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  402     for (const auto &Op : I.operands()) {
lib/IR/AsmWriter.cpp
  125       for (const Value *Op : C->operands())
  156     for (const Use &U : F.operands())
  170         for (const Value *Op : I.operands())
  260       for (const Value *Op : C->operands())
  287         for (const Value *Op : I.operands())
  312     for (const Use &U : F.operands())
 1071         for (auto &Op : I.operands())
 4273         for (auto &Op : I.operands())
lib/IR/Constants.cpp
  476     for (const Value *Op : WorkItem->operands()) {
lib/IR/Instructions.cpp
 1860     for (Value *Op : MV->operands()) {
lib/IR/Module.cpp
  606   for (Value *Op : Init->operands()) {
lib/IR/SafepointIRVerifier.cpp
  695       for (const Value *V : I.operands())
  866     for (const Value *V : I.operands())
lib/IR/TypeFinder.cpp
   53     for (const Use &U : FI.operands())
   67         for (const auto &O : I.operands())
  144   for (const auto &I : U->operands())
lib/IR/Value.cpp
  150     if (is_contained(BI->operands(), this))
lib/IR/Verifier.cpp
  676         for (Value *Op : InitArray->operands()) {
  743   for (const Use &U : C.operands()) {
 1900     for (const Use &U : C->operands()) {
lib/Target/AArch64/AArch64FastISel.cpp
 4902   for (auto &Arg : I->operands()) {
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
  125     for (const Use &U : C->operands()) {
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  178       for (const Value *Op : GEP->operands()) {
lib/Target/ARM/ARMFastISel.cpp
 2233   for (Value *Op :  I->operands()) {
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  302   for (const Value *Op : U->operands()) {
lib/Target/PowerPC/PPCBoolRetToInt.cpp
  149       const auto &Operands = P->operands();
  168         const auto &Operands = P->operands();
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  242         for (const auto &CO : CV->operands())
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  800   for (Value *Op : I->operands())
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
   82   for (Value *O : InitList->operands()) {
lib/Transforms/Scalar/GVNHoist.cpp
  819     for (const Use &Op : I->operands())
  830     for (const Use &Op : I->operands())
lib/Transforms/Scalar/GuardWidening.cpp
  515   return all_of(Inst->operands(),
lib/Transforms/Scalar/MergeICmps.cpp
  266     if (is_contained(Inst->operands(), BI))
lib/Transforms/Scalar/NewGVN.cpp
  208     for (auto &Op : I->operands()) {
 3150       make_filter_range(MP->operands(), ReachableOperandPred);
 3241           make_filter_range(FirstMP->operands(), ReachableOperandPred);
lib/Transforms/Utils/CodeExtractor.cpp
  110     for (auto const &U : Curr->operands()) {
lib/Transforms/Utils/SimplifyLibCalls.cpp
  105   return any_of(CI->operands(), [](const Use &OI) {
  111   return any_of(CI->operands(), [](const Use &OI) {
tools/polly/lib/CodeGen/BlockGenerators.cpp
 1225   for (Value *Operand : Inst->operands())
 1237   for (Value *Operand : Inst->operands()) {
tools/verify-uselistorder/verify-uselistorder.cpp
  227         for (const Value *Op : I.operands())
  240       for (const Value *Op : C->operands())