Searched refs:ConstantFoldsToSimpleInteger (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1150 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction 1154 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger() 1164 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction 1199 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1209 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1245 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1255 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr()
|
D | CGStmtOpenMP.cpp | 1603 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective() 1962 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop() 2418 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective() 2645 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop() 3292 if (ConstantFoldsToSimpleInteger(IfCond, Val) && !Val) in EmitOMPTargetDirective() 3519 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
|
D | CGStmt.cpp | 584 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt() 1485 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
|
D | CGExprScalar.cpp | 3052 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLAnd() 3130 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLOr() 3226 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
|
D | CodeGenFunction.h | 3170 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result, 3176 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result,
|
D | CGExpr.cpp | 3495 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
|
D | CGOpenMPRuntime.cpp | 1900 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()
|