Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h64 bool isDFPImm() const { return Kind == kDFPImmediate; } in isDFPImm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h71 bool isDFPImm() const { return Kind == kDFPImmediate; } in isDFPImm() function