Home
last modified time | relevance | path

Searched refs:setAllowReciprocal (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/include/llvm/IR/
HDOperator.h205 void setAllowReciprocal() { Flags |= AllowReciprocal; } in setAllowReciprocal() function
211 setAllowReciprocal(); in setUnsafeAlgebra()
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.h173 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2282 FMF.setAllowReciprocal(); in ParseFunctionBody()