Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h128 bool IsFPConstrained = false; variable
303 void setIsFPConstrained(bool IsCon) { IsFPConstrained = IsCon; } in setIsFPConstrained()
306 bool getIsFPConstrained() { return IsFPConstrained; } in getIsFPConstrained()
387 bool IsFPConstrained; variable
394 IsFPConstrained(B.IsFPConstrained), in FastMathFlagGuard()
404 Builder.IsFPConstrained = IsFPConstrained; in ~FastMathFlagGuard()
1080 if (IsFPConstrained)
1090 if (IsFPConstrained)
1450 if (IsFPConstrained)
1464 if (IsFPConstrained)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1076 if (IsFPConstrained) { in CreateFCmpHelper()