Home
last modified time | relevance | path

Searched refs:setNoSignedZeros (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h199 void setNoSignedZeros() { Flags |= NoSignedZeros; } in setNoSignedZeros() function
205 setNoSignedZeros(); in setUnsafeAlgebra()
/external/llvm/lib/AsmParser/
DLLParser.h179 case lltok::kw_nsz: FMF.setNoSignedZeros(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp71 FMF.setNoSignedZeros(); in CodeGenFunction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3434 FMF.setNoSignedZeros(); in ParseFunctionBody()