Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getInt32

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);
671 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot());
745 Switch->addCase(Builder.getInt32(0), FallthroughDest);
780 new llvm::StoreInst(Builder.getInt32(Fixup.DestinationIndex),
922 llvm::ConstantInt *Index = Builder.getInt32(Dest.getDestIndex());