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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 135 Builder.SetFastMathFlags(FMF);
141 Builder.SetFastMathFlags(FMF);
165 Builder.SetFastMathFlags(FMF);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 63 Builder.SetFastMathFlags(FMF);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 425 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
569 I->setFastMathFlags(FMF);
    [all...]

Completed in 684 milliseconds