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

  /external/llvm/include/llvm/IR/
MDBuilder.h 51 MDNode *createFPMath(float Accuracy);
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 32 TEST_F(MDBuilderTest, createFPMath) {
34 MDNode *MD0 = MDHelper.createFPMath(0.0);
35 MDNode *MD1 = MDHelper.createFPMath(1.0);
IRBuilderTest.cpp 309 MDNode *FPMathA = MDB.createFPMath(0.01f);
310 MDNode *FPMathB = MDB.createFPMath(0.1f);
InstructionsTest.cpp 402 MDNode *MD1 = MDHelper.createFPMath(1.0);
  /external/llvm/lib/IR/
MDBuilder.cpp 28 MDNode *MDBuilder::createFPMath(float Accuracy) {
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 600 milliseconds