Home
last modified time | relevance | path

Searched refs:getArrayNumElements (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h366 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h427 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h346 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h364 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp186 return T->getArrayNumElements(); in getAggregateNumElements()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1465 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
DValueTracking.cpp3701 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1623 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2423 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4022 if (IsArray && Index >= FullTy->getArrayNumElements()) in parseFunctionBody()
4064 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2207 ArrTy->getArrayNumElements() == VecTy->getVectorNumElements() && in visitGetElementPtrInst()
DInstCombineCompares.cpp153 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5189 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp40083 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
40088 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()