HomeSort by relevance Sort by last modified time
    Searched refs:Indices2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 482 Value *Indices2[2];
483 Indices2[0] = IRB.getInt32(0);
484 Indices2[1] = IRB.getInt32(0);
487 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true));
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 351 SmallVector<Value *, 8> Indices2(GEP2->idx_begin(), GEP2->idx_end());
355 Indices2);

Completed in 524 milliseconds