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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
Local.h 69 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
ConstantsTest.cpp 68 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 635 static Constant *getMul(Constant *C1, Constant *C2,
679 return getMul(C1, C2, false, true);
682 return getMul(C1, C2, true, false);
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
Constants.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
TargetFolder.h 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 65 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 56 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
Constants.h     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 75 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
242 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantsTest.cpp 75 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One));
243 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 435 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
InstCombineMulDivRem.cpp 393 ConstantExpr::getMul(RHS, LHSRHS));
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 620 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 644 return ConstantExpr::getMul(C, Idx);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp 655 return ConstantExpr::getMul(C, Idx);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 701 milliseconds

1 2