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

  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 60 BinaryOperator *MulClone = this->clone(Mul);
66 EXPECT_FALSE(MulClone->hasNoUnsignedWrap());
67 EXPECT_FALSE(MulClone->hasNoSignedWrap());
77 MulClone = this->clone(Mul);
83 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
84 EXPECT_FALSE(MulClone->hasNoSignedWrap());
94 MulClone = this->clone(Mul);
100 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
101 EXPECT_TRUE(MulClone->hasNoSignedWrap());
111 MulClone = this->clone(Mul)
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 69 BinaryOperator *MulClone = this->clone(Mul);
75 EXPECT_FALSE(MulClone->hasNoUnsignedWrap());
76 EXPECT_FALSE(MulClone->hasNoSignedWrap());
86 MulClone = this->clone(Mul);
92 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
93 EXPECT_FALSE(MulClone->hasNoSignedWrap());
103 MulClone = this->clone(Mul);
109 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
110 EXPECT_TRUE(MulClone->hasNoSignedWrap());
120 MulClone = this->clone(Mul)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 74 BinaryOperator *MulClone = this->clone(Mul);
80 EXPECT_FALSE(MulClone->hasNoUnsignedWrap());
81 EXPECT_FALSE(MulClone->hasNoSignedWrap());
91 MulClone = this->clone(Mul);
97 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
98 EXPECT_FALSE(MulClone->hasNoSignedWrap());
108 MulClone = this->clone(Mul);
114 EXPECT_TRUE(MulClone->hasNoUnsignedWrap());
115 EXPECT_TRUE(MulClone->hasNoSignedWrap());
125 MulClone = this->clone(Mul)
    [all...]

Completed in 549 milliseconds