Searched defs:ConstantBool (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1198 bool ConstantBool = false; local
1199 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1200 ConstantBool) {
1209 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1210 ConstantBool) {
1244 bool ConstantBool = false; local
1245 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
1246 !ConstantBool) {
1255 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
1256 !ConstantBool) {
[all...]

Completed in 149 milliseconds