Home
last modified time | relevance | path

Searched refs:Shorter (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp155 StringRef Shorter = Arg.size() < Param.size() ? Arg : Param; in applyPrefixHeuristic() local
158 if (Longer.startswith_insensitive(Shorter)) in applyPrefixHeuristic()
159 return percentage(Shorter.size(), Longer.size()) > Threshold; in applyPrefixHeuristic()
167 StringRef Shorter = Arg.size() < Param.size() ? Arg : Param; in applySuffixHeuristic() local
170 if (Longer.endswith_insensitive(Shorter)) in applySuffixHeuristic()
171 return percentage(Shorter.size(), Longer.size()) > Threshold; in applySuffixHeuristic()
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DREADME.md176 Shorter BLAKE3 outputs are prefixes of longer ones. Explicitly
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Vector/
H A Dvec_broadcast.ll102 ; Shorter vectors, we expect these to be widened (for now).
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp1449 TEST_F(ApplyAtomicChangesTest, Shorter) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13431 if (SDValue Shorter = DAG.GetDemandedBits(N0, Mask)) in visitTRUNCATE() local
13432 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), VT, Shorter); in visitTRUNCATE()
19083 if (SDValue Shorter = DAG.GetDemandedBits(Value, TruncDemandedBits)) in visitSTORE() local
19084 return DAG.getTruncStore(Chain, SDLoc(N), Shorter, Ptr, ST->getMemoryVT(), in visitSTORE()