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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 144 Builder.SetFastMathFlags(FMF);
150 Builder.SetFastMathFlags(FMF);
181 Builder.SetFastMathFlags(FMF);
265 Builder.SetFastMathFlags(FMF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 532 Builder->SetFastMathFlags(Log2->getFastMathFlags());
548 Builder->SetFastMathFlags(I.getFastMathFlags());
589 Builder->SetFastMathFlags(I.getFastMathFlags());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 64 Builder.SetFastMathFlags(FMF);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 189 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
628 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 70 milliseconds