Home
last modified time | relevance | path

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

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