Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h67 mlir::Value getAggregatePointer(QualType pointeeType) const { in getAggregatePointer() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp618 : RValTrue.getAggregatePointer(E->getArg(1)->getType(), *this); in EmitHLSLBuiltinExpr()
623 : RValFalse.getAggregatePointer(E->getArg(2)->getType(), *this); in EmitHLSLBuiltinExpr()
H A DCGValue.h88 llvm::Value *getAggregatePointer(QualType PointeeType,
H A DCGExprAgg.cpp333 Src.getAggregatePointer(E->getType(), CGF)); in withReturnValueSlot()
1201 return {RV.getAggregatePointer(E->getType(), CGF), nullptr}; in VisitBinCmp()