Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp36 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local
103 BasicBlock *Then = BasicBlock::Create(C, "then", F); in TEST() local
[all...]
H A DSparsePropagation.cpp379 BasicBlock *Then = BasicBlock::Create(Context, "then", F); TEST_F() local
419 BasicBlock *Then = BasicBlock::Create(Context, "then", F); TEST_F() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp189 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon2f5574b40111::IfExprAST
192 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
352 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp111 const Stmt *Then = IS->getThen(); check() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp209 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anona3d1e5b50111::IfExprAST
212 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
386 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp206 std::unique_ptr<ExprAST> Cond, Then, Else; member in IfExprAST
209 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
382 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anoncdd06d150111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
399 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon424cde160111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
399 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonb6c94f170111::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
399 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp217 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon184e56b60111::IfExprAST
220 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST() argument
408 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp213 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon8ccac7b70111::IfExprAST
216 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
404 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp295 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon014738b80211::IfExprAST
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
516 auto Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang/lib/AST/
H A DStmt.cpp167 getLikelihood(const Stmt * Then,const Stmt * Else) getLikelihood() argument
185 determineLikelihoodConflict(const Stmt * Then,const Stmt * Else) determineLikelihoodConflict() argument
926 IfStmt(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) IfStmt() argument
961 Create(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) Create() argument
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in IfExprAST
356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp559 LLVMValueRef Then = LLVMGetOperand(Src, 2); CloneInstruction() local
581 LLVMBasicBlockRef Then = DeclareBB(LLVMGetNormalDest(Src)); CloneInstruction() local
838 LLVMValueRef Then = CloneValue(LLVMGetOperand(Src, 1)); CloneInstruction() local
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h90 Then, global() enumerator
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1546 CanThrowResult Then = canThrow(IS->getThen()); canThrow() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp447 if (std::optional<bool> Then = in VisitConditionalOperator() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1920 const auto *Then = S->getThen(); coverIfConsteval() local
1980 const auto *Then = S->getThen(); coverIfConstexpr() local
[all...]

12