Home
last modified time | relevance | path

Searched refs:setIsFPConstrained (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp119 Builder.setIsFPConstrained(fpExceptionBehavior != llvm::fp::ebIgnore || in SetFPModel()
947 Builder.setIsFPConstrained(FD->hasAttr<StrictFPAttr>()); in StartFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h311 void setIsFPConstrained(bool IsCon) { IsFPConstrained = IsCon; } in setIsFPConstrained() function