Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Douter_loop_test1_no_explicit_vect_width.ll41 ; CHECK: %[[InnerCond:.*]] = extractelement <4 x i1> %[[VecCond]], i32 0
42 ; CHECK: br i1 %[[InnerCond]], label %[[ForInc]], label %[[InnerLoop]]
70 ; AVX: %[[InnerCond:.*]] = extractelement <8 x i1> %[[VecCond]], i32 0
71 ; AVX: br i1 %[[InnerCond]], label %[[ForInc]], label %[[InnerLoop]]
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/
H A Douter_loop_test1_no_explicit_vect_width.ll40 ; CHECK: %[[InnerCond:.*]] = extractelement <4 x i1> %[[VecCond]], i32 0
41 ; CHECK: br i1 %[[InnerCond]], label %[[ForInc]], label %[[InnerLoop]]
105 ; CHECK: %[[InnerCond:.*]] = extractelement <2 x i1> %[[VecCond]], i32 0
106 ; CHECK: br i1 %[[InnerCond]], label %[[ForInc]], label %[[InnerLoop]]
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Douter_loop_test1.ll37 ; CHECK: %[[InnerCond:.*]] = extractelement <4 x i1> %[[VecCond]], i32 0
38 ; CHECK: br i1 %[[InnerCond]], label %[[ForInc]], label %[[InnerLoop]]
H A Douter_loop_test2.ll43 ; CHECK: %[[InnerCond:.+]] = extractelement <4 x i1> %[[InnerVecCond]], i32 0
44 ; CHECK: br i1 %[[InnerCond]], label %[[InnerCrit:.*]], label %[[InnerForBody]]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp16603 Expr *InnerCond = nullptr; in BuildStaticAssertDeclaration() local
16605 std::tie(InnerCond, InnerCondDescription) = in BuildStaticAssertDeclaration()
16607 if (InnerCond && isa<ConceptSpecializationExpr>(InnerCond)) { in BuildStaticAssertDeclaration()
16613 if (!CheckConstraintSatisfaction(InnerCond, Satisfaction)) in BuildStaticAssertDeclaration()
16615 } else if (InnerCond && !isa<CXXBoolLiteralExpr>(InnerCond) in BuildStaticAssertDeclaration()
16616 && !isa<IntegerLiteral>(InnerCond)) { in BuildStaticAssertDeclaration()
16619 << Msg.str() << InnerCond->getSourceRange(); in BuildStaticAssertDeclaration()
H A DSemaOpenMP.cpp14943 ExprResult InnerCond = in ActOnOpenMPUnrollDirective() local
14946 if (!InnerCond.isUsable()) in ActOnOpenMPUnrollDirective()
14963 ForStmt(Context, InnerInit.get(), InnerCond.get(), nullptr, in ActOnOpenMPUnrollDirective()