Lines Matching defs:ConstantBool
1826 bool ConstantBool = false;
1827 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1828 ConstantBool) {
1839 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1840 ConstantBool) {
1883 bool ConstantBool = false;
1884 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1885 !ConstantBool) {
1896 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1897 !ConstantBool) {