Home
last modified time | relevance | path

Searched refs:DestI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp132 Function::arg_iterator DestI = F->arg_begin(); in CloneModule() local
135 DestI->setName(J->getName()); in CloneModule()
136 VMap[&*J] = &*DestI++; in CloneModule()
DCloneFunction.cpp243 Function::arg_iterator DestI = NewF->arg_begin(); in CloneFunction() local
246 DestI->setName(I.getName()); // Copy the name over... in CloneFunction()
247 VMap[&I] = &*DestI++; // Add mapping to VMap in CloneFunction()
/external/llvm/test/CodeGen/WebAssembly/
Dloop-idiom.ll25 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
27 store i8 %V, i8* %DestI, align 1
/external/llvm/test/Transforms/LoopIdiom/
Dbasic.ll159 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
161 store i8 %V, i8* %DestI, align 1
232 %DestI = getelementptr i8, i8* %Dest, i64 %indvar
234 store i8 %V, i8* %DestI, align 1