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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1510 /// isSimpleZero - If emitting this value will obviously just cause a store of
1513 static bool isSimpleZero(const Expr *E, CodeGenFunction &CGF) { function
1550 if (Dest.isZeroed() && isSimpleZero(E, CGF)) {
1928 if (isSimpleZero(E, CGF)) return CharUnits::Zero();

Completed in 73 milliseconds