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

  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 82 std::vector<Value *> GEPIndices;
83 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0));
84 GEPIndices.push_back(&*F->arg_begin());
86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 50 std::vector<Constant*> GEPIndices(2,
54 Args[2] = ConstantExpr::getGetElementPtr(Array, GEPIndices);
  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 247 Constant *GEPIndices[2] = {
250 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 252 Constant *GEPIndices[2] = {
256 return ConstantExpr::getGetElementPtr(GV, GEPIndices);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 138 milliseconds