HomeSort by relevance Sort by last modified time
    Searched refs:getNumElements (Results 151 - 175 of 428) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 108 for (unsigned i = 0, N = Elements.getNumElements(); i < N; ++i) {
213 for (unsigned i = 1, N = Args.getNumElements(); i < N; ++i) {
626 for (unsigned i = 0, e = GVs.getNumElements(); i != e; ++i)
629 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i)
632 for (unsigned i = 0, e = EnumTypes.getNumElements(); i != e; ++i)
635 for (unsigned i = 0, e = RetainedTypes.getNumElements(); i != e; ++i)
665 for (unsigned i = 0, e = Subprograms.getNumElements(); i != e; ++i) {
671 if (Variables.getNumElements() == 0) continue;
682 for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 161 return getNumElements();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapAsMapGetTester.java 110 int oldSize = getNumElements();
MultimapAsMapTester.java 91 assertEquals(getNumElements() - 1, multimap().size());
MultimapRemoveEntryTester.java 59 assertEquals(getNumElements() - 1, multimap().size());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableSetNavigationTester.java 55 getSubjectGenerator().getCollectionSize().getNumElements()));
  /external/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp 125 if (Index >= CDS->getNumElements()) {
  /external/llvm/lib/IR/
InlineAsm.cpp 288 if (!STy || STy->getNumElements() != NumOutputs)
Type.cpp 93 unsigned NumElements = ATy->getNumElements();
98 unsigned NumElements = STy->getNumElements();
584 return CU && CU->getZExtValue() < STy->getNumElements();
593 return Idx < STy->getNumElements();
Function.cpp 511 Result += "a" + llvm::utostr(ATyp->getNumElements()) +
838 return VectorType::get(EltTy, VTy->getNumElements());
853 VTy->getNumElements());
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 177 return AT && (AT->getNumElements() == 0);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 187 for (unsigned i = 0, E = StructTy->getNumElements(); i < E; ++i) {
315 if (MaxElements > 0 && STy->getNumElements() > MaxElements) {
    [all...]
IPConstantPropagation.cpp 144 for (unsigned i = 0, e = STy->getNumElements(); i < e; ++i)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 172 for (unsigned i = 0, e = STy->getNumElements(); i < e; ++i)
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 286 if (STy == 0 || STy->getNumElements() != NumOutputs)
  /frameworks/compile/libbcc/lib/
RSInvokeHelperPass.cpp 181 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 72 unsigned NumDstElt = DestVTy->getNumElements();
295 if (Index == CS->getType()->getNumElements())
317 for (; Index != CA->getType()->getNumElements(); ++Index) {
335 for (; Index != CV->getType()->getNumElements(); ++Index) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 574 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 723 for (unsigned i = 0; i < Expr->getNumElements(); ++i) {
    [all...]

Completed in 830 milliseconds

1 2 3 4 5 67 8 91011>>