reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1379       if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
 1380           ConstantBool) {
 1389       if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
 1390           ConstantBool) {