Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6772 const MachineInstr &OffsetMI = *MRI.def_instr_begin(OffsetReg); in selectPtrAuthGlobalValue() local
6773 if (OffsetMI.getOpcode() != TargetOpcode::G_CONSTANT) in selectPtrAuthGlobalValue()
6781 Offset = OffsetMI.getOperand(1).getCImm()->getSExtValue(); in selectPtrAuthGlobalValue()