reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1145 uint64_t ConstantSize = CGM.getDataLayout().getTypeAllocSize(Ty); 1149 bool canDoSingleStore = Ty->isIntOrIntVectorTy() || 1150 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); 1150 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); 1167 Loc = Builder.CreateBitCast(Loc, Ty->getPointerTo(Loc.getAddressSpace())); 1190 if (auto *STy = dyn_cast<llvm::StructType>(Ty)) { 1201 } else if (auto *ATy = dyn_cast<llvm::ArrayType>(Ty)) {