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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp2806 static llvm::Value *emitArraySubscriptGEP(CodeGenFunction &CGF, function
2842 static Address emitArraySubscriptGEP(CodeGenFunction &CGF, Address addr, function
2865 emitArraySubscriptGEP(CGF, addr.getPointer(), indices, inbounds, name);
2903 Addr = emitArraySubscriptGEP(*this, Addr, Idx, EltType, /*inbounds*/ true);
2929 Addr = emitArraySubscriptGEP(*this, Addr, Idx, vla->getElementType(),
2954 emitArraySubscriptGEP(*this, Addr.getPointer(), ScaledIdx, false);
2975 Addr = emitArraySubscriptGEP(*this, ArrayLV.getAddress(),
2983 Addr = emitArraySubscriptGEP(*this, Addr, Idx, E->getType(),
3153 EltPtr = emitArraySubscriptGEP(*this, Base, Idx, VLA->getElementType(),
3171 EltPtr = emitArraySubscriptGEP(
[all...]

Completed in 403 milliseconds