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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3385 static llvm::Value *emitArraySubscriptGEP(CodeGenFunction &CGF, function
3461 static Address emitArraySubscriptGEP(CodeGenFunction &CGF, Address addr, function
3490 eltPtr = emitArraySubscriptGEP(
3559 Addr = emitArraySubscriptGEP(*this, Addr, Idx, EltType, /*inbounds*/ true,
3589 Addr = emitArraySubscriptGEP(*this, Addr, Idx, vla->getElementType(),
3617 emitArraySubscriptGEP(*this, Addr.getPointer(), ScaledIdx, false,
3641 Addr = emitArraySubscriptGEP(
3652 Addr = emitArraySubscriptGEP(*this, Addr, Idx, E->getType(),
3823 EltPtr = emitArraySubscriptGEP(*this, Base, Idx, VLA->getElementType(),
3842 EltPtr = emitArraySubscriptGEP(
[all...]

Completed in 121 milliseconds