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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 701 Builder.CreateInBoundsGEP(DestPtr, indices, "arrayinit.begin");
739 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element");
773 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start");
778 llvm::Value *end = Builder.CreateInBoundsGEP(begin,
800 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
    [all...]
CGObjCRuntime.cpp 92 V = CGF.Builder.CreateInBoundsGEP(V, Offset, "add.ptr");
CGDecl.cpp     [all...]
CGExprCXX.cpp 791 Builder.CreateInBoundsGEP(beginPtr, numElements, "array.end");
    [all...]
CodeGenFunction.cpp 667 llvm::Value *end = Builder.CreateInBoundsGEP(dest, sizeInChars, "vla.end");
869 addr = Builder.CreateInBoundsGEP(addr, gepIndices, "array.begin");
    [all...]
CGClass.cpp 429 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress");
    [all...]
ItaniumCXXABI.cpp 240 Ptr = Builder.CreateInBoundsGEP(Ptr, Adj);
306 llvm::Value *Addr = Builder.CreateInBoundsGEP(Base, MemPtr, "memptr.offset");
    [all...]
CGExprScalar.cpp     [all...]
CGVTables.cpp 115 V = CGF.Builder.CreateInBoundsGEP(V, Offset);
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineLoadStoreAlloca.cpp 331 CastOp = IC.Builder->CreateInBoundsGEP(CastOp, NewGEPIndices);
InstCombineCasts.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 374 IB->CreateInBoundsGEP(HelperFunctionParameter, Idx);
  /external/llvm/include/llvm/Support/
IRBuilder.h 792 Value *CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList,
811 Value *CreateInBoundsGEP(Value *Ptr, Value *Idx, const Twine &Name = "") {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 476 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx);
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 335 return bld.CreateInBoundsGEP(llvm_pointer(deref->array), gep);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]

Completed in 291 milliseconds