Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DestinationIndex

297       new llvm::StoreInst(CGF.Builder.getInt32(Fixup.DestinationIndex),
306 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
366 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block);
807 new llvm::StoreInst(Builder.getInt32(Fixup.DestinationIndex),
944 Fixup.DestinationIndex = Dest.getDestIndex();