|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/ObjCARCAnalysisUtils.h 189 if (AA.pointsToConstantMemory(LI->getPointerOperand()))
223 GetRCIdentityRoot(LI->getPointerOperand());
include/llvm/IR/Instructions.h 292 Type *getPointerOperandType() const { return getPointerOperand()->getType(); }
5260 return Load->getPointerOperand();
lib/Analysis/GlobalsModRef.cpp 656 Inputs.push_back(GetUnderlyingObject(LI->getPointerOperand(), DL));
769 const Value *Ptr = GetUnderlyingObject(LI->getPointerOperand(), DL);
lib/Analysis/MemoryDependenceAnalysis.cpp 257 GetPointerBaseWithConstantOffset(LI->getPointerOperand(), LIOffs, DL);
lib/Analysis/MemoryLocation.cpp 40 LI->getPointerOperand(),
lib/Analysis/MemorySSA.cpp 380 cast<LoadInst>(I)->getPointerOperand())));
lib/Analysis/ValueTracking.cpp 3942 LI->getPointerOperand(), LI->getType(), MaybeAlign(LI->getAlignment()),
4359 return cast<LoadInst>(I)->getPointerOperand();
lib/CodeGen/GlobalISel/IRTranslator.cpp 871 Register Base = getOrCreateVReg(*LI.getPointerOperand());
876 if (CLI->supportSwiftError() && isSwiftError(LI.getPointerOperand())) {
879 LI.getPointerOperand());
890 MachinePointerInfo Ptr(LI.getPointerOperand(), Offsets[i] / 8);
lib/CodeGen/SelectionDAG/FastISel.cpp 2400 Ptr = LI->getPointerOperand();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 4668 if (isDereferenceablePointer(I.getPointerOperand(), I.getType(),
4676 getMachineMemOperand(MachinePointerInfo(I.getPointerOperand()),
4684 SDValue Ptr = getValue(I.getPointerOperand());
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp 126 return LI->getPointerOperand();
161 auto M = LD->getPointerOperand();
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 1164 if (!computeAddress(Load->getPointerOperand(), Addr))
lib/Target/X86/X86FastISel.cpp 1318 const Value *Ptr = LI->getPointerOperand();
3926 const Value *Ptr = LI->getPointerOperand();
lib/Transforms/IPO/Attributor.cpp 288 return LI->getPointerOperand();
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 1852 GetRCIdentityRoot(LI->getPointerOperand())))
lib/Transforms/Scalar/GVNHoist.cpp 879 OtherGep = cast<GetElementPtrInst>(OtherLd->getPointerOperand());
lib/Transforms/Utils/InlineFunction.cpp 986 PtrArgs.push_back(LI->getPointerOperand());
lib/Transforms/Utils/Local.cpp 2557 const Value *Ptr = OldLI.getPointerOperand();
lib/Transforms/Utils/LoopVersioning.cpp 229 ? cast<LoadInst>(OrigInst)->getPointerOperand()
tools/lldb/source/Expression/IRInterpreter.cpp 1284 const Value *pointer_operand = load_inst->getPointerOperand();