Home | History | Annotate | Download | only in CodeGen

Lines Matching full:templv

633     LValue tempLV = lvalue;
638 tempLV.setAddress(Builder.CreateStructGEP(
639 nullptr, tempLV.getAddress(),
644 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
651 EmitARCInitWeak(tempLV.getAddress(), zero);
655 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);