reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Type.h
  366   inline uint64_t getArrayNumElements() const;

References

include/llvm/FuzzMutate/OpDescriptor.h
  168       return V->getType()->getArrayNumElements() > 0;
lib/Analysis/TargetLibraryInfo.cpp
 1463               FTy.getParamType(0)->getArrayNumElements() == 2 &&
lib/Analysis/ValueTracking.cpp
 3538   uint64_t NumElts = ArrayTy->getArrayNumElements();
lib/Bitcode/Reader/BitcodeReader.cpp
 4019         if (IsArray && Index >= FullTy->getArrayNumElements())
 4061         if (IsArray && Index >= CurTy->getArrayNumElements())
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1623       NumElements = Ty->getArrayNumElements();
lib/FuzzMutate/Operations.cpp
  186   return T->getArrayNumElements();
lib/IR/ConstantFold.cpp
 2398     uint64_t NumElements = STy->getArrayNumElements();
lib/Target/X86/X86ISelLowering.cpp
38992               Ty->getArrayNumElements() >
38997           uint64_t ArrayElementCount = Init->getType()->getArrayNumElements();
lib/Transforms/InstCombine/InstCombineCompares.cpp
  153   uint64_t ArrayElementCount = Init->getType()->getArrayNumElements();
lib/Transforms/InstCombine/InstructionCombining.cpp
 2159              ArrTy->getArrayNumElements() == VecTy->getVectorNumElements();
lib/Transforms/Utils/SimplifyCFG.cpp
 5130         Array->getInitializer()->getType()->getArrayNumElements();
tools/clang/lib/CodeGen/CGBuiltin.cpp
 6825     assert(MvecLTypeInner->getArrayNumElements() == NumVectors &&
 6865     assert(MvecLTypeInner->getArrayNumElements() == NumVectors &&