Home
last modified time | relevance | path

Searched defs:getNone (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h81 static constexpr LaneBitmask getNone() { return LaneBitmask(0); } in getNone() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h287 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } getNone() function
/llvm-project/bolt/lib/Core/
H A DRelocation.cpp934 uint64_t Relocation::getNone() { getNone() function in Relocation