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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp846 bool ConstantBool = false; local
847 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
848 ConstantBool) {
855 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
856 ConstantBool) {
880 bool ConstantBool = false; local
881 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
882 !ConstantBool) {
889 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
890 !ConstantBool) {
[all...]

Completed in 49 milliseconds