Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp383 bool isAddr64() const { return isImmTy(ImmTyAddr64); } in isAddr64() function in __anon6862249c0111::AMDGPUOperand
9604 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()