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.h741 bool IsSigned, bool InclusiveStop,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3901 Value *Start, Value *Stop, Value *Step, bool IsSigned, bool InclusiveStop, in createCanonicalLoop() argument
3940 InclusiveStop ? CmpInst::ICMP_SLT : CmpInst::ICMP_SLE, UB, LB); in createCanonicalLoop()
3944 InclusiveStop ? CmpInst::ICMP_ULT : CmpInst::ICMP_ULE, Stop, Start); in createCanonicalLoop()
3948 if (InclusiveStop) { in createCanonicalLoop()