Home
last modified time | relevance | path

Searched refs:isInRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp121 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 __anon8c18559f0111::ProtectedScopeFixer
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst599 if (isInRange(B.getFixupAddress(E), GOTTarget)) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5590 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function
5597 return llvm::any_of(Mask, [Low, Hi](int M) { return isInRange(M, Low, Hi); }); in isAnyInRange()
5616 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange()
5629 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange()
7803 if ((Offset0 && isInRange(M, 0, NumElts)) || in getFauxShuffleMask()
7804 (Offset1 && isInRange(M, NumElts, 2 * NumElts))) in getFauxShuffleMask()
12490 if (!isInRange(M, i, i + NumSubElts)) in matchShuffleAsBitRotate()
35644 assert(isInRange(BaseMask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain()
35715 assert(isInRange(BaseMask[0], 0, 2) && "Unexpected lane shuffle"); in combineX86ShuffleChain()
35752 SDValue LHS = isInRange(BaseMask[0], 0, 2) ? V1 : V2; in combineX86ShuffleChain()
[all …]