Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1495 static bool isSimpleZero(const Expr *E, CodeGenFunction &CGF) { in isSimpleZero() function
1532 if (Dest.isZeroed() && isSimpleZero(E, CGF)) { in EmitInitializationToLValue()
1892 if (isSimpleZero(E, CGF)) return CharUnits::Zero(); in GetNumNonZeroBytesInInit()