Home
last modified time | relevance | path

Searched refs:ConstantFoldsToSimpleInteger (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp987 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 DCGStmtOpenMP.cpp70 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in EmitOMPIfClause()
H A DCGStmt.cpp525 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt()
1518 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
H A DCodeGenFunction.h2628 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result);
2633 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result);
H A DCGExprScalar.cpp3003 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 DCGExpr.cpp2841 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()