HomeSort by relevance Sort by last modified time
    Searched refs:getNumElements (Results 176 - 200 of 214) sorted by null

1 2 3 4 5 6 78 9

  /external/clang/lib/AST/
ASTImporter.cpp 573 if (Vec1->getNumElements() != Vec2->getNumElements())
    [all...]
StmtPrinter.cpp     [all...]
Type.cpp 799 return Ctx.getVectorType(elementType, T->getNumElements(),
811 return Ctx.getExtVectorType(elementType, T->getNumElements());
    [all...]
ExprConstant.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 405 uint64_t NumArrayElements = AType->getNumElements();
    [all...]
CGObjC.cpp 123 ALE ? ALE->getNumElements() : DLE->getNumElements();
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprMember.cpp 371 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 738 VTy->getNumElements());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 123 for (unsigned I = 0, E = CV->getNumElements(); I != E; ++I) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 974 assert(NumElements == E->getNumElements() && "Wrong number of elements")
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 452 if (STy->getNumElements() == 0) break;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1047 milliseconds

1 2 3 4 5 6 78 9