Searched refs:FeatureBitSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h285 // Zero value of FeatureBitSet means the mapping is always available
286 FeatureBitset FeatureBitSet; member in struct:llvm::AArch64NamedImmMapper::Mapping
290 if (FeatureBitSet.any() &&
291 (FeatureBitSet & FeatureBits).none())
298 if (FeatureBitSet.any() &&
299 (FeatureBitSet & FeatureBits).none())

Completed in 55 milliseconds