Searched refs:AllowReciprocal (Results 1 – 9 of 9) sorted by relevance
44 AllowReciprocal = (1 << 4), enumerator 69 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() 89 Flags = (Flags & ~AllowReciprocal) | B * AllowReciprocal;
243 (SubclassOptionalData & ~FastMathFlags::AllowReciprocal) |244 (B * FastMathFlags::AllowReciprocal);278 (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0 &&305 return (SubclassOptionalData & FastMathFlags::AllowReciprocal) != 0;
513 AllowReciprocal = (1 << 4), enumerator
389 bool AllowReciprocal : 1;408 NoSignedZeros(false), AllowReciprocal(false), AllowContract(false),432 void setAllowReciprocal(bool b) { AllowReciprocal = b; }448 bool hasAllowReciprocal() const { return AllowReciprocal; }466 AllowReciprocal &= Flags.AllowReciprocal;
324 Res.setAllowReciprocal(FMFs.AllowReciprocal); in getFastMathFlags()1002 AllowReciprocal = FMF.allowReciprocal(); in FastMathFlagsTy()
1007 char AllowReciprocal : 1; member1172 I->setHasAllowReciprocal(FMFs.AllowReciprocal); in setFlags()
761 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
1684 Flags |= bitc::AllowReciprocal; in getOptimizationFlags()
1396 if (0 != (Val & bitc::AllowReciprocal)) in getDecodedFastMathFlags()