Home | History | Annotate | Download | only in Reactor

Lines Matching refs:maxps

5672 		return x86::maxps(x, y);
6024 RValue<Float4> maxps(RValue<Float4> x, RValue<Float4> y)
6026 llvm::Function *maxps = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse_max_ps);
6028 return RValue<Float4>(V(::builder->CreateCall2(maxps, x.value, y.value)));