reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
209 bool allowContract() const { return 0 != (Flags & AllowContract); } 231 Flags = (Flags & ~AllowContract) | B * AllowContract; 231 Flags = (Flags & ~AllowContract) | B * AllowContract; 292 (SubclassOptionalData & ~FastMathFlags::AllowContract) | 293 (B * FastMathFlags::AllowContract); 322 (SubclassOptionalData & FastMathFlags::AllowContract) != 0 && 353 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;unittests/IR/IRBuilderTest.cpp
515 EXPECT_TRUE(Builder.getFastMathFlags().AllowContract);