reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
366 inline uint64_t getArrayNumElements() const;
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.cpp4019 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.cpp38992 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.cpp6825 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && 6865 assert(MvecLTypeInner->getArrayNumElements() == NumVectors &&