Home | History | Annotate | Download | only in Reactor

Lines Matching refs:pmaxsd

4822 			return x86::pmaxsd(x, y);
6316 RValue<Int4> pmaxsd(RValue<Int4> x, RValue<Int4> y)
6318 llvm::Function *pmaxsd = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse41_pmaxsd);
6320 return RValue<Int4>(V(::builder->CreateCall2(pmaxsd, x.value, y.value)));