Searched refs:ConstantFoldsToSimpleInteger (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 1009 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger() function in CodeGenFunction 1012 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt)) in ConstantFoldsToSimpleInteger() 1023 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt) { in ConstantFoldsToSimpleInteger() function in CodeGenFunction 1056 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1066 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1102 if (ConstantFoldsToSimpleInteger(CondBOp->getLHS(), ConstantBool) && in EmitBranchOnBoolExpr() 1112 if (ConstantFoldsToSimpleInteger(CondBOp->getRHS(), ConstantBool) && in EmitBranchOnBoolExpr()
|
| HD | CGStmtOpenMP.cpp | 786 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective() 1073 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop() 1595 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskDirective()
|
| HD | CGStmt.cpp | 531 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt() 1522 if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) { in EmitSwitchStmt()
|
| HD | CodeGenFunction.h | 2854 bool ConstantFoldsToSimpleInteger(const Expr *Cond, bool &Result); 2859 bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result);
|
| HD | CGExprScalar.cpp | 3081 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLAnd() 3159 if (CGF.ConstantFoldsToSimpleInteger(E->getLHS(), LHSCondVal)) { in VisitBinLOr() 3255 if (CGF.ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in VisitAbstractConditionalOperator()
|
| HD | CGOpenMPRuntime.cpp | 1107 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()
|
| HD | CGExpr.cpp | 2879 if (ConstantFoldsToSimpleInteger(condExpr, CondExprBool)) { in EmitConditionalOperatorLValue()
|