Searched refs:InclusiveStop (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 284 bool IsSigned, bool InclusiveStop,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1178 Value *Start, Value *Stop, Value *Step, bool IsSigned, bool InclusiveStop, in createCanonicalLoop() argument 1217 InclusiveStop ? CmpInst::ICMP_SLT : CmpInst::ICMP_SLE, UB, LB); in createCanonicalLoop() 1221 InclusiveStop ? CmpInst::ICMP_ULT : CmpInst::ICMP_ULE, Stop, Start); in createCanonicalLoop() 1225 if (InclusiveStop) { in createCanonicalLoop() 1232 InclusiveStop ? CmpInst::ICMP_ULT : CmpInst::ICMP_ULE, Span, Incr); in createCanonicalLoop()
|