Home
last modified time | relevance | path

Searched refs:ArrTy (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h400 while (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) in classof() local
401 Ty = ArrTy->getElementType(); in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp830 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo() local
832 auto *ConstVal = ConstantArray::get(ArrTy, Args); in setCoroInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2204 auto areMatchingArrayAndVecTypes = [](Type *ArrTy, Type *VecTy, in visitGetElementPtrInst()
2206 return ArrTy->getArrayElementType() == VecTy->getVectorElementType() && in visitGetElementPtrInst()
2207 ArrTy->getArrayNumElements() == VecTy->getVectorNumElements() && in visitGetElementPtrInst()
2208 DL.getTypeAllocSize(ArrTy) == DL.getTypeAllocSize(VecTy); in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1497 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in getNaturalGEPRecursively() local
1498 Type *ElementTy = ArrTy->getElementType(); in getNaturalGEPRecursively()
1501 if (NumSkippedElements.ugt(ArrTy->getNumElements())) in getNaturalGEPRecursively()
3476 if (ArrayType *ArrTy = dyn_cast<ArrayType>(Ty)) { in stripAggregateTypeWrapping() local
3477 InnerTy = ArrTy->getElementType(); in stripAggregateTypeWrapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2551 else if (ArrayType *ArrTy = dyn_cast<ArrayType>(CurrentInitTy)) in BatchCommitValueTo() local
2552 CurrentGV->setInitializer(ConstantArray::get(ArrTy, Elts)); in BatchCommitValueTo()