Home
last modified time | relevance | path

Searched refs:makeAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp784 return LValue::makeAddr(Address::invalid(), e->getType(), LValueBaseInfo()); in emitArraySubscriptExpr()
790 return LValue::makeAddr(Address::invalid(), e->getType(), LValueBaseInfo()); in emitArraySubscriptExpr()
795 return LValue::makeAddr(Address::invalid(), e->getType(), LValueBaseInfo()); in emitArraySubscriptExpr()
838 const LValue lv = LValue::makeAddr(addr, e->getType(), LValueBaseInfo()); in emitArraySubscriptExpr()
859 const LValue lv = LValue::makeAddr(addxr, e->getType(), eltBaseInfo); in emitArraySubscriptExpr()
H A DCIRGenValue.h214 static LValue makeAddr(Address address, clang::QualType t, in makeAddr() function
H A DCIRGenFunction.h542 return LValue::makeAddr(addr, ty, baseInfo); in makeAddrLValue()