Searched refs:ConstantFoldsToSimpleInteger (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 987 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction 990 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt)) in ConstantFoldsToSimpleInteger() 1001 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { in ConstantFoldsToSimpleInteger() function in CodeGenFunction 1036 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1046 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1079 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1089 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr()
|
| H A D | CGStmtOpenMP.cpp | 70 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in EmitOMPIfClause()
|
| H A D | CGStmt.cpp | 525 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt() 1518 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
|
| H A D | CodeGenFunction.h | 2628 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result); 2633 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result);
|
| H A D | CGExprScalar.cpp | 3003 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLAnd() 3082 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLOr() 3178 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
|
| H A D | CGExpr.cpp | 2841 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
|