Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h81 struct IntrinsicData { struct
88 bool operator<(const IntrinsicData &RHS) const { return Id < RHS.Id; } argument