Lines Matching defs:IfCond
1852 const Expr *IfCond,
1913 if (IfCond) {
1914 emitIfClause(CGF, IfCond, ThenGen, ElseGen);
4495 const Expr *IfCond,
4603 if (IfCond) {
4604 emitIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen);
4615 const Expr *IfCond,
4629 if (IfCond) {
4630 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy,
5737 const Expr *IfCond,
5772 if (IfCond) {
5773 emitIfClause(CGF, IfCond, ThenGen,
9451 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond,
9506 if (IfCond) {
9507 emitIfClause(CGF, IfCond, TargetThenGen, TargetElseGen);
9999 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
10012 if (IfCond)
10013 IfCondVal = CGF.EvaluateExprAsBool(IfCond);
10102 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
10270 if (IfCond) {
10271 emitIfClause(CGF, IfCond, TargetThenGen,
11725 const Expr *IfCond,
11870 const Expr *IfCond,
11878 const Expr *IfCond, const OMPTaskDataTy &Data) {
11930 SourceLocation Loc, const Expr *IfCond,
11944 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond,
11980 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,
11987 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond,