HomeSort by relevance Sort by last modified time
    Searched refs:hasIndices (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/batches/
GrDrawVerticesBatch.cpp 259 SkTArray<uint16_t>* indices, bool hasIndices) {
268 if (hasIndices) {
286 bool hasIndices = random->nextBool();
298 &indices, hasIndices);
306 &indices, hasIndices);
320 indices.begin(), hasIndices ? vertexCount : 0,
  /external/llvm/lib/IR/
ConstantsContext.h 468 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
474 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
499 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 258 if (EV->hasIndices())
DeadArgumentElimination.cpp 460 && IV->hasIndices())
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 414 bool hasIndices() const {
Constants.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 278 milliseconds