Home
last modified time | relevance | path

Searched refs:makeNaturalAlignPointeeAddrLValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp93 ? cgf.makeNaturalAlignPointeeAddrLValue(thisPtr, recordTy) in emitMemberInitializer()
H A DCIRGenFunction.cpp635 LValue CIRGenFunction::makeNaturalAlignPointeeAddrLValue(mlir::Value val, in makeNaturalAlignPointeeAddrLValue() function in clang::CIRGen::CIRGenFunction
H A DCIRGenFunction.h515 LValue makeNaturalAlignPointeeAddrLValue(mlir::Value v, clang::QualType t);
H A DCIRGenExpr.cpp1068 return makeNaturalAlignPointeeAddrLValue(rv.getValue(), e->getType()); in emitCallExprLValue()