Home
last modified time | relevance | path

Searched defs:LCTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1367 Type *LCTy = Type::getInt16Ty(Ctx); TEST_F() local
1436 Type *LCTy = F->getArg(0)->getType(); TEST_F() local
1573 Type *LCTy = TripCount->getType(); TEST_F() local
1655 Type *LCTy = TripCount->getType(); TEST_F() local
1791 Type *LCTy = Type::getInt16Ty(Ctx); TEST_F() local
2245 Type *LCTy = Type::getInt32Ty(Ctx); TEST_F() local
2306 Type *LCTy = Type::getInt32Ty(Ctx); TEST_F() local
2412 Type *LCTy = Type::getInt32Ty(Ctx); TEST_P() local
2498 Type *LCTy = Type::getInt32Ty(Ctx); TEST_P() local
2641 Type *LCTy = Type::getInt32Ty(Ctx); TEST_F() local
2959 Type *LCTy = Type::getInt64Ty(Ctx); TEST_F() local
3044 Type *LCTy = Type::getInt64Ty(Ctx); TEST_F() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8417 calculateNumIters(Sema & SemaRef,Scope * S,SourceLocation DefaultLoc,Expr * Lower,Expr * Upper,Expr * Step,QualType LCTy,bool TestIsStrictOp,bool RoundToStep,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures) calculateNumIters() argument