HomeSort by relevance Sort by last modified time
    Searched refs:IsExact (Results 1 - 25 of 62) sorted by null

1 2 3

  /art/compiler/optimizing/
reference_type_propagation_test.cc 98 EXPECT_FALSE(t1.IsExact());
104 EXPECT_TRUE(t2.IsExact());
108 EXPECT_TRUE(t3.IsExact());
114 EXPECT_TRUE(t4.IsExact());
118 EXPECT_TRUE(t5.IsExact());
130 EXPECT_TRUE(t1.IsExact());
134 EXPECT_TRUE(t2.IsExact());
140 EXPECT_FALSE(t3.IsExact());
146 EXPECT_FALSE(t4.IsExact());
152 EXPECT_FALSE(t5.IsExact());
    [all...]
reference_type_propagation.cc 143 DCHECK(cls->GetReferenceTypeInfo().IsExact());
144 DCHECK(!cls->GetLoadedClassRTI().IsValid() || cls->GetLoadedClassRTI().IsExact());
293 if (receiver_type.IsExact()) {
493 if (obj->GetReferenceTypeInfo().IsExact() && !obj->IsPhi()) {
677 if (class_rti.IsExact()) {
766 bool is_exact = a.IsExact() && b.IsExact();
    [all...]
induction_var_analysis.h 235 bool IsExact(InductionInfo* info, /*out*/ int64_t* value);
induction_var_analysis.cc 714 if (IsExact(LookupInfo(loop, x), &value) && value == opposite_value) {
716 } else if (IsExact(LookupInfo(loop, y), &value) && value == opposite_value) {
    [all...]
induction_var_range_test.cc 285 bool IsExact(HInductionVarAnalysis::InductionInfo* info, int64_t* value) {
330 EXPECT_TRUE(IsExact(CreateConst(12345), &value));
337 EXPECT_TRUE(IsExact(CreateRange(111, 111), &value));
344 EXPECT_FALSE(IsExact(CreateRange(11, 22), &value));
350 EXPECT_FALSE(IsExact(CreateFetch(x_), &value));
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 63 bool IsExact = false;
68 IsExact = isa<VarDecl>(D);
73 IsExact = isa<CXXThisExpr>(ME->getBase()->IgnoreParenImpCasts());
79 IsExact = IE->getBase()->isObjCSelfExpr();
94 IsExact = DoubleBase->isObjCSelfExpr();
103 return BaseInfoTy(D, IsExact);
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 129 IsExact = (1 << 0)
135 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
141 /// isExact - Test whether this division is known to be exact, with
143 bool isExact() const {
144 return SubclassOptionalData & IsExact;
  /external/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
136 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
141 bool isExact() const {
142 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 129 IsExact = (1 << 0)
137 SubclassOptionalData = (SubclassOptionalData & ~IsExact) | (B * IsExact);
142 bool isExact() const {
143 return SubclassOptionalData & IsExact;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 635 bool *IsExact) const;
    [all...]

Completed in 626 milliseconds

1 2 3