Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h795 bool IsSigned, bool InclusiveStop, const Twine &Name = "loop");
826 Value *Start, Value *Stop, Value *Step, bool IsSigned, bool InclusiveStop,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4123 bool IsSigned, bool InclusiveStop, const Twine &Name) { in calculateCanonicalLoopTripCount() argument
4159 InclusiveStop ? CmpInst::ICMP_SLT : CmpInst::ICMP_SLE, UB, LB); in calculateCanonicalLoopTripCount()
4163 InclusiveStop ? CmpInst::ICMP_ULT : CmpInst::ICMP_ULE, Stop, Start); in calculateCanonicalLoopTripCount()
4167 if (InclusiveStop) { in calculateCanonicalLoopTripCount()
4183 Value *Start, Value *Stop, Value *Step, bool IsSigned, bool InclusiveStop, in createCanonicalLoop() argument
4189 ComputeLoc, Start, Stop, Step, IsSigned, InclusiveStop, Name); in createCanonicalLoop()