Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1172 llvm::Value *CodeGenFunction::GetCountedByFieldExprGEP( in GetCountedByFieldExprGEP() function in CodeGenFunction
1216 if (llvm::Value *GEP = GetCountedByFieldExprGEP(Base, FAMDecl, CountDecl)) in EmitLoadOfCountedByField()
H A DCodeGenFunction.h3346 llvm::Value *GetCountedByFieldExprGEP(const Expr *Base, const FieldDecl *FD,
H A DCGBuiltin.cpp3702 Result = GetCountedByFieldExprGEP(Arg, FAMDecl, CountFD); in EmitBuiltinExpr()