Home
last modified time | relevance | path

Searched refs:DerivedPtr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp904 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate() local
905 SDValue SD = getValue(DerivedPtr); in visitGCRelocate()
908 auto SlotIt = SpillMap.find(DerivedPtr); in visitGCRelocate()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2308 Value *DerivedPtr = cast<GCRelocateInst>(II)->getDerivedPtr(); in visitCallInst() local
2319 if (isa<UndefValue>(DerivedPtr)) in visitCallInst()
2327 if (isa<ConstantPointerNull>(DerivedPtr)) in visitCallInst()
2332 if (isKnownNonNullAt(DerivedPtr, II, DT)) in visitCallInst()