Home
last modified time | relevance | path

Searched defs:TargetTy (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1422 Value *BasePtr, Type *Ty, Type *TargetTy, in getNaturalGEPWithType()
1467 Type *TargetTy, in getNaturalGEPRecursively()
1540 Value *Ptr, APInt Offset, Type *TargetTy, in getNaturalGEPWithOffset()
1599 Type *TargetTy = TargetPtrTy->getElementType(); in getAdjustedPtr() local
2501 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3304 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp175 static LLT getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType()