Searched refs:FPMathInst (Results 1 – 2 of 2) sorted by relevance
4373 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst);4382 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF);
3770 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst) { in LLVMGetFastMathFlags() argument3771 Value *P = unwrap<Value>(FPMathInst); in LLVMGetFastMathFlags()3776 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF) { in LLVMSetFastMathFlags() argument3777 Value *P = unwrap<Value>(FPMathInst); in LLVMSetFastMathFlags()