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

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp861 SmallVectorImpl<VariableGEPIndex> &Indices2) {
863 unsigned Size2 = Indices2.size();
869 if (Indices1[I] != Indices2[I])
860 areVarIndicesEqual(SmallVectorImpl<VariableGEPIndex> &Indices1, SmallVectorImpl<VariableGEPIndex> &Indices2) argument
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp973 Value *Indices2[2]; local
974 Indices2[0] = IRB.getInt32(0);
975 Indices2[1] = IRB.getInt32(0);
978 ConstantExpr::getGetElementPtr(NewGlobal, Indices2, true));

Completed in 103 milliseconds