Searched refs:ByValTy (Results 1 – 2 of 2) sorted by relevance
863 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() local864 uint64_t ByValSize = TD->getTypeAllocSize(ByValTy); in processByValArgument()
1267 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() local1268 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument()