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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1348 /// isSimpleZero - If emitting this value will obviously just cause a store of
1351 static bool isSimpleZero(const Expr *E, CodeGenFunction &CGF) { function
1383 if (Dest.isZeroed() && isSimpleZero(E, CGF)) {
1740 if (isSimpleZero(E, CGF)) return CharUnits::Zero();

Completed in 118 milliseconds