OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newind
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp
67
Value *
newind
= loop.CreateAdd(ind, ConstantInt::get(indType, 1));
local
68
ind->addIncoming(
newind
, loopBB);
70
loop.CreateCondBr(loop.CreateICmpULT(
newind
, len), loopBB, newBB);
96
Value *
newind
= loop.CreateAdd(ind, ConstantInt::get(len->getType(), 1));
local
97
ind->addIncoming(
newind
, loopBB);
99
loop.CreateCondBr(loop.CreateICmpULT(
newind
, len), loopBB, newBB);
/external/jemalloc/src/
ctl.c
1185
unsigned
newind
, oldind;
local
[
all
...]
Completed in 1227 milliseconds