Searched refs:isGNU (Results 1 – 2 of 2) sorted by relevance
2426 bool isGNU = Triple(TM.getTargetTriple()).getEnvironment() == Triple::GNU; in canCombineSinCosLibcall() local2427 if (isGNU && !TM.Options.UnsafeFPMath) in canCombineSinCosLibcall()
371 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,