reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5603 if (I == nullptr) 5605 unsigned Opc = I->DstOp; 5606 unsigned Index = I->Flags & TB_INDEX_MASK; 5607 bool FoldedLoad = I->Flags & TB_FOLDED_LOAD; 5608 bool FoldedStore = I->Flags & TB_FOLDED_STORE; 5609 bool FoldedBCast = I->Flags & TB_FOLDED_BCAST; 5646 Opc = getBroadcastOpcode(I, RC, Subtarget);