HomeSort by relevance Sort by last modified time
    Searched refs:createFPMath (Results 1 - 20 of 20) 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
MDBuilder.h 53 MDNode *createFPMath(float Accuracy);
  /external/llvm/lib/IR/
MDBuilder.cpp 28 MDNode *MDBuilder::createFPMath(float Accuracy) {
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1076 milliseconds