Home | History | Annotate | Download | only in Reactor

Lines Matching refs:sqrtps

5701 		return x86::sqrtps(x);
6010 RValue<Float4> sqrtps(RValue<Float4> val)
6012 llvm::Function *sqrtps = llvm::Intrinsic::getDeclaration(::module, llvm::Intrinsic::x86_sse_sqrt_ps);
6014 return RValue<Float4>(V(::builder->CreateCall(sqrtps, val.value)));