Searched refs:createFPMath (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp32 TEST_F(MDBuilderTest, createFPMath) {
34 MDNode *MD0 = MDHelper.createFPMath(0.0);
35 MDNode *MD1 = MDHelper.createFPMath(1.0);
H A DIRBuilderTest.cpp262 MDNode *FPMathA = MDB.createFPMath(0.01f);
263 MDNode *FPMathB = MDB.createFPMath(0.1f);
H A DInstructionsTest.cpp398 MDNode *MD1 = MDHelper.createFPMath(1.0);
/external/llvm/include/llvm/IR/
H A DMDBuilder.h51 MDNode *createFPMath(float Accuracy);
/external/llvm/lib/IR/
H A DMDBuilder.cpp28 MDNode *MDBuilder::createFPMath(float Accuracy) { function in class:MDBuilder
/external/clang/lib/CodeGen/
H A DCGExpr.cpp3478 llvm::MDNode *Node = MDHelper.createFPMath(Accuracy);

Completed in 181 milliseconds