Home
last modified time | relevance | path

Searched refs:SetFastMathFlags (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DIRBuilderTest.cpp144 Builder.SetFastMathFlags(FMF); in TEST_F()
150 Builder.SetFastMathFlags(FMF); in TEST_F()
181 Builder.SetFastMathFlags(FMF); in TEST_F()
269 Builder.SetFastMathFlags(FMF); in TEST_F()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp628 Builder->SetFastMathFlags(Log2->getFastMathFlags()); in visitFMul()
644 Builder->SetFastMathFlags(I.getFastMathFlags()); in visitFMul()
685 Builder->SetFastMathFlags(I.getFastMathFlags()); in visitFMul()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp72 Builder.SetFastMathFlags(FMF); in CodeGenFunction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h189 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in SetFastMathFlags() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1194 B.SetFastMathFlags(I->getFastMathFlags()); in optimizeSqrt()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3487 Builder.SetFastMathFlags(Unsafe); in tryToReduce()