Searched defs:GEPIndices (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp251 Constant *GEPIndices[2] = { local
255 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3227 Value *GEPIndices[] = { Builder.getInt32(0), TableIndex }; local
3228 Value *GEP = Builder.CreateInBoundsGEP(LookupTables[PHI], GEPIndices,

Completed in 228 milliseconds