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.h79 struct IntrinsicData { struct
86 bool operator<(const IntrinsicData &RHS) const { return Id < RHS.Id; } argument