Home
last modified time | relevance | path

Searched refs:EndType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp658 auto *EndType = dyn_cast<IntegerType>(getEnd()->getType());
807 if (EndType->getBitWidth() > RCType->getBitWidth()) { in isSafeDecreasingBound()
808 assert(EndType->getBitWidth() == RCType->getBitWidth() * 2); in isSafeDecreasingBound()
1755 auto *EndType = dyn_cast<IntegerType>(getEnd()->getType()); computeSafeIterationSpace() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2823 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local
2824 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()
2828 << BeginType << EndType; in BuildCXXForRangeStmt()
2844 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2861 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()