reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5455 if (I == nullptr) 5457 unsigned Opc = I->DstOp; 5458 unsigned Index = I->Flags & TB_INDEX_MASK; 5459 bool FoldedLoad = I->Flags & TB_FOLDED_LOAD; 5460 bool FoldedStore = I->Flags & TB_FOLDED_STORE; 5461 bool FoldedBCast = I->Flags & TB_FOLDED_BCAST; 5502 Opc = getBroadcastOpcode(I, RC, Subtarget);