Searched refs:Indices2 (Results 1 – 3 of 3) sorted by relevance
351 SmallVector<Value *, 8> Indices2(GEP2->idx_begin(), GEP2->idx_end()); in isEquivalentGEP() local355 Indices2); in isEquivalentGEP()
1475 Value *Indices2[2]; in InstrumentGlobals() local1476 Indices2[0] = IRB.getInt32(0); in InstrumentGlobals()1477 Indices2[1] = IRB.getInt32(0); in InstrumentGlobals()1480 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()
2141 Value *Indices2[2]; in InstrumentGlobals() local2142 Indices2[0] = IRB.getInt32(0); in InstrumentGlobals()2143 Indices2[1] = IRB.getInt32(0); in InstrumentGlobals()2146 ConstantExpr::getGetElementPtr(NewTy, NewGlobal, Indices2, true)); in InstrumentGlobals()