Lines Matching refs:Accuracy
3173 void CodeGenFunction::SetFPAccuracy(llvm::Value *Val, float Accuracy) {3175 if (Accuracy == 0.0 || !isa<llvm::Instruction>(Val))3179 llvm::MDNode *Node = MDHelper.createFPMath(Accuracy);