Searched refs:MD_fpmath (Results 1 – 8 of 8) sorted by relevance
47 MD_fpmath = 3, // "fpmath" enumerator
565 I->setMetadata(LLVMContext::MD_fpmath, FPMathTag); in AddFPMathAttributes()
49 assert(FPAccuracyID == MD_fpmath && "fpmath kind id drifted"); in LLVMContext()
1893 if (MDNode *MD = I.getMetadata(LLVMContext::MD_fpmath)) { in visitInstruction()
2030 cast<Instruction>(this)->getMetadata(LLVMContext::MD_fpmath); in getFPAccuracy()
1751 case LLVMContext::MD_fpmath: in patchReplacementInstruction()
3202 cast<llvm::Instruction>(Val)->setMetadata(llvm::LLVMContext::MD_fpmath, Node); in SetFPAccuracy()
2911 case LLVMContext::MD_fpmath: in combineMetadata()