Lines Matching defs:IfCond
1871 const Expr *IfCond,
1932 if (IfCond) {
1933 emitIfClause(CGF, IfCond, ThenGen, ElseGen);
4517 const Expr *IfCond,
4625 if (IfCond) {
4626 emitIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen);
4637 const Expr *IfCond,
4651 if (IfCond) {
4652 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy,
5755 const Expr *IfCond,
5790 if (IfCond) {
5791 emitIfClause(CGF, IfCond, ThenGen,
9691 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond,
9746 if (IfCond) {
9747 emitIfClause(CGF, IfCond, TargetThenGen, TargetElseGen);
10239 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
10252 if (IfCond)
10253 IfCondVal = CGF.EvaluateExprAsBool(IfCond);
10340 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
10515 if (IfCond) {
10516 emitIfClause(CGF, IfCond, TargetThenGen,
11972 const Expr *IfCond,
12117 const Expr *IfCond,
12125 const Expr *IfCond, const OMPTaskDataTy &Data) {
12177 SourceLocation Loc, const Expr *IfCond,
12191 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond,
12227 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
12234 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,