Home
last modified time | relevance | path

Searched refs:PtrOp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1685 Value *PtrOp = GEP.getOperand(0); in visitGetElementPtrInst() local
1730 if (auto *PN = dyn_cast<PHINode>(PtrOp)) { in visitGetElementPtrInst()
1836 PtrOp = NewGEP; in visitGetElementPtrInst()
1842 if (auto *Src = dyn_cast<GEPOperator>(PtrOp)) { in visitGetElementPtrInst()
1884 Builder.SetInsertPoint(cast<Instruction>(PtrOp)); in visitGetElementPtrInst()
1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst()
2008 Value *StrippedPtr = PtrOp->stripPointerCasts(); in visitGetElementPtrInst()
2011 if (StrippedPtr != PtrOp) { in visitGetElementPtrInst()
2185 Value *ASCStrippedPtrOp = PtrOp; in visitGetElementPtrInst()
2186 if (auto *ASC = dyn_cast<AddrSpaceCastInst>(PtrOp)) { in visitGetElementPtrInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp348 Value *PtrOp = GepI->getPointerOperand(); in processGepInst() local
350 ValueToNodeMap::iterator F = NM.find(PtrOp); in processGepInst()
352 N->BaseVal = PtrOp; in processGepInst()
360 N->PTy = PtrOp->getType(); in processGepInst()
383 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType(); in processGepInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2037 const Value *PtrOp = in updateImpl() local
2039 assert(PtrOp && in updateImpl()
2045 if (!isa<ConstantPointerNull>(PtrOp)) { in updateImpl()
2049 const Type *PtrTy = PtrOp->getType(); in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4173 const SCEV *PtrOp = nullptr; in getPointerBase() local
4177 if (PtrOp) in getPointerBase()
4179 PtrOp = NAryOp; in getPointerBase()
4182 if (!PtrOp) in getPointerBase()
4184 return getPointerBase(PtrOp); in getPointerBase()