HomeSort by relevance Sort by last modified time
    Searched refs:SetFastMathFlags (Results 1 - 6 of 6) sorted by null

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 146 Builder.SetFastMathFlags(FMF);
152 Builder.SetFastMathFlags(FMF);
183 Builder.SetFastMathFlags(FMF);
271 Builder.SetFastMathFlags(FMF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 628 Builder->SetFastMathFlags(Log2->getFastMathFlags());
644 Builder->SetFastMathFlags(I.getFastMathFlags());
685 Builder->SetFastMathFlags(I.getFastMathFlags());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 76 Builder.SetFastMathFlags(FMF);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 188 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
690 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 591 milliseconds