Home
last modified time | relevance | path

Searched refs:IsIntel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp47 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
55 if (!IsIntel && !IsAMD && !IsHygon) in hasHardwareCRC32()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp63 bool IsIntel = ArchitectureSet(ArchT).hasX86(); in constructTriples() local
75 if (IsIntel) in constructTriples()
82 if (IsIntel) in constructTriples()
89 if (IsIntel) in constructTriples()