Searched refs:FPMathInst (Results 1 – 2 of 2) sorted by relevance
4108 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst);4117 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF);
3554 LLVMFastMathFlags LLVMGetFastMathFlags(LLVMValueRef FPMathInst) { in LLVMGetFastMathFlags() argument3555 Value *P = unwrap<Value>(FPMathInst); in LLVMGetFastMathFlags()3560 void LLVMSetFastMathFlags(LLVMValueRef FPMathInst, LLVMFastMathFlags FMF) { in LLVMSetFastMathFlags() argument3561 Value *P = unwrap<Value>(FPMathInst); in LLVMSetFastMathFlags()