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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp880 bool ConstantBool = false; local
881 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
882 ConstantBool) {
889 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
890 ConstantBool) {
914 bool ConstantBool = false; local
915 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) &&
916 !ConstantBool) {
923 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) &&
924 !ConstantBool) {
[all...]

Completed in 92 milliseconds