Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2426 bool isGNU = Triple(TM.getTargetTriple()).getEnvironment() == Triple::GNU; in canCombineSinCosLibcall() local
2427 if (isGNU && !TM.Options.UnsafeFPMath) in canCombineSinCosLibcall()
/external/clang/include/clang/Basic/
DAttr.td371 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,