Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h169 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h363 inline uint64_t getArrayNumElements() const;
H A DDerivedTypes.h388 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DOperations.cpp187 return T->getArrayNumElements(); in getAggregateNumElements()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1398 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
H A DValueTracking.cpp3502 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1599 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp2302 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3725 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
3767 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2074 ArrTy->getArrayNumElements() == VecTy->getVectorNumElements(); in visitGetElementPtrInst()
H A DInstCombineCompares.cpp182 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5085 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36242 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
36247 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()