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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 85 return dyn_cast<Instruction>(Builder.CreateInBoundsGEP(CEOps[0],
215 Value *Addr = Builder.CreateInBoundsGEP(NewGV, Indices);
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 345 Builder.CreateInBoundsGEP(ArrayPtr, IdxStart, "arraystart");
362 Builder.CreateInBoundsGEP(ArrayPtr, IdxEnd, "arrayend");
409 Builder.CreateInBoundsGEP(DestPtr, indices, "arrayinit.begin");
448 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element");
476 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start");
481 llvm::Value *end = Builder.CreateInBoundsGEP(begin,
503 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
    [all...]
MicrosoftCXXABI.cpp 642 Value = CGF.Builder.CreateInBoundsGEP(Value, Offset);
    [all...]
CGDecl.cpp     [all...]
CGObjCRuntime.cpp 96 V = CGF.Builder.CreateInBoundsGEP(V, Offset, "add.ptr");
CGExprCXX.cpp     [all...]
CGClass.cpp 133 ptr = CGF.Builder.CreateInBoundsGEP(ptr, baseOffset, "add.ptr");
444 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress");
    [all...]
CGExprScalar.cpp     [all...]
ItaniumCXXABI.cpp 405 Ptr = Builder.CreateInBoundsGEP(Ptr, Adj);
470 llvm::Value *Addr = Builder.CreateInBoundsGEP(Base, MemPtr, "memptr.offset");
    [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp 569 Builder.CreateLoad(Builder.CreateInBoundsGEP(Cache, Indices));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineLoadStoreAlloca.cpp 558 CastOp = IC.Builder->CreateInBoundsGEP(CastOp, NewGEPIndices);
    [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 340 : Builder.CreateInBoundsGEP(
  /frameworks/compile/slang/
slang_rs_backend.cpp 372 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 315 return StrLen ? B.CreateInBoundsGEP(Dst, StrLen) : nullptr;
704 return StrLen ? B.CreateInBoundsGEP(Dst, StrLen) : nullptr;
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 623 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 565 milliseconds