Lines Matching defs:Local128
4534 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr,
4539 Builder.CreateStore(Val128, Local128);
4544 Local128->getAllocatedType(), Local128, "bodygen.local.load128");
6895 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr,
6900 Builder.CreateStore(Val128, Local128);
6905 Local128->getAllocatedType(), Local128, "bodygen.local.load128");
7311 AllocaInst *Local128 = Builder.CreateAlloca(Builder.getInt128Ty(), nullptr,
7316 InternalStoreInst = Builder.CreateStore(Val128, Local128);
7320 InternalLoad128 = Builder.CreateLoad(Local128->getAllocatedType(), Local128,