Searched refs:StackDisp (Results 1 – 1 of 1) sorted by relevance
394 int64_t StackDisp = I->getOperand(X86::AddrDisp).getImm(); in collectCallInfo() local395 assert(StackDisp >= 0 && in collectCallInfo()399 if (StackDisp & (SlotSize - 1)) in collectCallInfo()401 StackDisp >>= Log2SlotSize; in collectCallInfo()403 assert((size_t)StackDisp < Context.MovVector.size() && in collectCallInfo()407 if (Context.MovVector[StackDisp] != nullptr) in collectCallInfo()409 Context.MovVector[StackDisp] = &*I; in collectCallInfo()