Searched refs:Indices2 (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp351 SmallVector<Value *, 8> Indices2(GEP2->idx_begin(), GEP2->idx_end());
355 Indices2);
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1475 Value *Indices2[2]; local
1476 Indices2[0] = IRB.getInt32(0);
1477 Indices2[1] = IRB.getInt32(0);
1480 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true));

Completed in 96 milliseconds