Lines Matching defs:Tys
143 Type *Tys[] = { Ptr->getType(), Size->getType() };
145 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys);
171 Type *Tys[] = {Dst->getType(), Size->getType()};
173 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset_inline, Tys);
198 Type *Tys[] = {Ptr->getType(), Size->getType()};
201 M, Intrinsic::memset_element_unordered_atomic, Tys);
228 Type *Tys[] = { Dst->getType(), Src->getType(), Size->getType() };
230 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys);
266 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()};
269 M, Intrinsic::memcpy_element_unordered_atomic, Tys);
382 Type *Tys[] = {Dst->getType(), Src->getType(), Size->getType()};
385 M, Intrinsic::memmove_element_unordered_atomic, Tys);
413 Type *Tys[] = { Src->getType() };
414 auto Decl = Intrinsic::getDeclaration(M, ID, Tys);