Home
last modified time | relevance | path

Searched defs:newind (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp94 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1)); in convertTransferToLoop() local
123 Value *newind = loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1)); in convertMemSetToLoop() local
/external/jemalloc/src/
Dctl.c1301 unsigned newind, oldind; in CTL_RO_BOOL_CONFIG_GEN() local
Djemalloc.c451 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) in arena_migrate()