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

References

lib/Analysis/MemoryLocation.cpp
   51                             SI->getValueOperand()->getType())),
lib/Analysis/TargetTransformInfo.cpp
 1202     Type *ValTy = SI->getValueOperand()->getType();
lib/CodeGen/GlobalISel/IRTranslator.cpp
  248     ValTy = SI->getValueOperand()->getType();
  908   if (DL->getTypeStoreSize(SI.getValueOperand()->getType()) == 0)
  911   ArrayRef<Register> Vals = getOrCreateVRegs(*SI.getValueOperand());
  912   ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand());
lib/CodeGen/SelectionDAG/FastISel.cpp
 2407     ValTy = SI->getValueOperand()->getType();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4723       TLI.getMemValueType(DAG.getDataLayout(), I.getValueOperand()->getType());
 4739   SDValue Val = getValue(I.getValueOperand());
 9466     if (StaticAllocaInfo *Info = GetInfoIfStaticAlloca(SI->getValueOperand()))
 9482     const Value *Val = SI->getValueOperand()->stripPointerCasts();
lib/CodeGen/StackProtector.cpp
  164       if (AI == cast<StoreInst>(I)->getValueOperand())
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
 1044       const Value *StoredVal = SI->getValueOperand();
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
 1218       Store->getValueOperand()->getType()->isVectorTy())
 1227   switch (getSimpleType(Store->getValueOperand()->getType())) {
 1255   unsigned ValueReg = getRegForValue(Store->getValueOperand());
 1259     ValueReg = maskI1Value(ValueReg, Store->getValueOperand());
lib/Target/X86/X86FastISel.cpp
 1123   const Value *Val = S->getValueOperand();
lib/Transforms/IPO/GlobalOpt.cpp
 1849           auto *STy = S->getValueOperand()->getType();
lib/Transforms/InstCombine/InstCombineCompares.cpp
 1067       if (SI->getValueOperand() == U->get())
lib/Transforms/Scalar/LICM.cpp
 2009               MDL.getABITypeAlignment(Store->getValueOperand()->getType());
 2035               Store->getPointerOperand(), Store->getValueOperand()->getType(),
tools/lldb/source/Expression/IRInterpreter.cpp
 1375       const Value *value_operand = store_inst->getValueOperand();