Searched refs:isInRange (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransProtectedScope.cpp | 121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer() 152 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote() 184 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside() 185 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside() 191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anona86f4aeb0111::ProtectedScopeFixer
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Writer.cpp | 216 bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin); 367 bool Writer::isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function in Writer 402 if (lastThunk && isInRange(type, lastThunk->getRVA(), p, margin)) in getThunk() 468 if (isInRange(rel.Type, s, p, margin)) in createThunks() 545 if (!isInRange(rel.Type, s, p, 0)) in verifyRanges()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | JITLink.rst | 599 if (isInRange(B.getFixupAddress(E), GOTTarget)) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6184 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function 6191 return llvm::any_of(Mask, [Low, Hi](int M) { return isInRange(M, Low, Hi); }); in isAnyInRange() 6210 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange() 6223 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange() 8586 if ((Offset0 && isInRange(M, 0, NumElts)) || in getFauxShuffleMask() 8587 (Offset1 && isInRange(M, NumElts, 2 * NumElts))) in getFauxShuffleMask() 12042 [Size](int M) { return isInRange(M, 0, 2 * Size); }) && in isTargetShuffleEquivalent() 13607 if (!isInRange(M, i, i + NumSubElts)) in matchShuffleAsBitRotate() 39032 assert(isInRange(Mask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain() 39106 assert(isInRange(Mask[0], 0, 2) && "Unexpected lane shuffle"); in combineX86ShuffleChain() [all …]
|