Searched refs:setIsFPConstrained (Results 1 – 2 of 2) sorted by relevance
119 Builder.setIsFPConstrained(fpExceptionBehavior != llvm::fp::ebIgnore || in SetFPModel()947 Builder.setIsFPConstrained(FD->hasAttr<StrictFPAttr>()); in StartFunction()
311 void setIsFPConstrained(bool IsCon) { IsFPConstrained = IsCon; } in setIsFPConstrained() function