Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h129 bool IsFPConstrained; variable
393 bool IsFPConstrained; variable
400 IsFPConstrained(B.IsFPConstrained), in FastMathFlagGuard()
410 Builder.IsFPConstrained = IsFPConstrained; in ~FastMathFlagGuard()
1036 if (IsFPConstrained)
1046 if (IsFPConstrained)
1425 if (IsFPConstrained)
1438 if (IsFPConstrained)
1450 if (IsFPConstrained)
1463 if (IsFPConstrained)
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp924 if (IsFPConstrained) { in CreateFCmpHelper()