Home | History | Annotate | Download | only in Utils

Lines Matching defs:Attr

1203     Attribute Attr = F->getFnAttribute("unsafe-fp-math");
1204 if (Attr.getValueAsString() != "true")
1977 Attribute Attr = Callee->getFnAttribute("unsafe-fp-math");
1978 if (Attr.getValueAsString() == "true")