Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsIndirect

306       bool IsIndirect = DBG->isIndirectDebugValue();
307 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
880 bool IsIndirect = MI->isIndirectDebugValue();
881 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;