Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h395 bool IsFPConstrained; variable
402 IsFPConstrained(B.IsFPConstrained), in FastMathFlagGuard()
412 Builder.IsFPConstrained = IsFPConstrained; in ~FastMathFlagGuard()
1159 if (IsFPConstrained)
1169 if (IsFPConstrained)
1529 if (IsFPConstrained)
1543 if (IsFPConstrained)
1556 if (IsFPConstrained)
1570 if (IsFPConstrained)
1583 if (IsFPConstrained)
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1058 if (IsFPConstrained) { in CreateFCmpHelper()