Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IsIndirect

302       bool IsIndirect = DBG->isIndirectDebugValue();
303 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
863 bool IsIndirect = MI->isIndirectDebugValue();
864 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;