Searched refs:Shorter (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SuspiciousCallArgumentCheck.cpp | 155 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 D | README.md | 176 Shorter BLAKE3 outputs are prefixes of longer ones. Explicitly
|
| /llvm-project-15.0.7/llvm/test/CodeGen/VE/Vector/ |
| H A D | vec_broadcast.ll | 102 ; Shorter vectors, we expect these to be widened (for now).
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 1449 TEST_F(ApplyAtomicChangesTest, Shorter) { in TEST_F() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 13431 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()
|