Searched refs:RSqrt (Results 1 – 2 of 2) sorted by relevance
1228 Instruction *RSqrt = cast<Instruction>( in fold_rootn() local1231 RSqrt->setFastMathFlags(FMF); in fold_rootn()1232 RSqrt->setMetadata(LLVMContext::MD_fpmath, FPMD); in fold_rootn()1236 replaceCall(CI, RSqrt); in fold_rootn()
595 def RSqrt : DXILOp<25, unary> {