Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h373 inline uint64_t getArrayNumElements() const;
H A DDerivedTypes.h383 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp186 return T->getArrayNumElements(); in getAggregateNumElements()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1587 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
H A DValueTracking.cpp4175 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1958 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2357 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
H A DInstructionCombining.cpp2452 ArrTy->getArrayNumElements() == VecVTy->getNumElements() && in visitGetElementPtrInst()
H A DInstCombineCompares.cpp115 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4187 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()
4229 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp646 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3393 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
H A DCGBuiltin.cpp8166 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
8206 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5593 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44723 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
44728 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()