HomeSort by relevance Sort by last modified time
    Searched defs:NumElts (Results 26 - 35 of 35) sorted by null

12

  /external/clang/lib/Sema/
SemaStmt.cpp 283 unsigned NumElts = elts.size();
291 for (; i != NumElts && isa<DeclStmt>(Elts[i]); ++i)
295 for (; i != NumElts && !isa<DeclStmt>(Elts[i]); ++i)
298 if (i != NumElts) {
304 for (unsigned i = 0; i != NumElts; ++i) {
306 if (isStmtExpr && i == NumElts - 1)
315 if (NumElts != 0 && !CurrentInstantiationScope &&
317 for (unsigned i = 0; i != NumElts - 1; ++i)
322 llvm::makeArrayRef(Elts, NumElts),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 590 unsigned NumElts = InVT.getVectorNumElements();
591 assert(NumElts == NVT.getVectorNumElements() &&
593 assert(isPowerOf2_32(NumElts) &&
600 NumElts/2);
    [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 127 milliseconds

12