Searched refs:AllowContract (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DOperator.h183 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon408
199 bool allowContract() const { return 0 != (Flags & AllowContract); }
208 Flags = (Flags & ~AllowContract) | B * AllowContract;
270 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
271 (B * FastMathFlags::AllowContract);
320 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon997
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon1526
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon2073
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon2632
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon3172
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon3712
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DOperator.h183 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon4222
199 bool allowContract() const { return 0 != (Flags & AllowContract); }
208 Flags = (Flags & ~AllowContract) | B * AllowContract;
270 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
271 (B * FastMathFlags::AllowContract);
320 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon4811
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon5340
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon5887
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon6446
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon6986
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DOperator.h177 AllowContract = (1 << 5) enumerator in enum:llvm::FastMathFlags::__anon7526
193 bool allowContract() const { return 0 != (Flags & AllowContract); }
202 Flags = (Flags & ~AllowContract) | B * AllowContract;
264 (SubclassOptionalData & ~FastMathFlags::AllowContract) |
265 (B * FastMathFlags::AllowContract);
314 return (SubclassOptionalData & FastMathFlags::AllowContract) != 0;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h353 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
361 AllowContract(false) {}
373 void setAllowContract(bool b) { AllowContract = b; }
385 bool hasAllowContract() const { return AllowContract; }
398 AllowContract &= Flags->AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h353 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
361 AllowContract(false) {}
373 void setAllowContract(bool b) { AllowContract = b; }
385 bool hasAllowContract() const { return AllowContract; }
398 AllowContract &= Flags->AllowContract;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool AllowContract : 1; member in struct:llvm::SDNodeFlags
374 AllowContract(false) {}
420 AllowContract = b;
433 bool hasAllowContract() const { return AllowContract; }
449 AllowContract &= Flags.AllowContract;

Completed in 348 milliseconds

12