Lines Matching defs:ConstantBool
1858 bool ConstantBool = false;
1859 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1860 ConstantBool) {
1871 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1872 ConstantBool) {
1915 bool ConstantBool = false;
1916 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1917 !ConstantBool) {
1928 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1929 !ConstantBool) {