/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 69 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 68 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 635 static Constant *getMul(Constant *C1, Constant *C2, 679 return getMul(C1, C2, false, true); 682 return getMul(C1, C2, true, false);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 934 static Constant *getMul(Constant *C1, Constant *C2, 990 return getMul(C1, C2, false, true); 994 return getMul(C1, C2, true, false);
|
D | ConstantFolder.h | 56 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 884 static Constant *getMul(Constant *C1, Constant *C2, 935 return getMul(C1, C2, false, true); 938 return getMul(C1, C2, true, false);
|
D | ConstantFolder.h | 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ConstantFolder.h | 50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
D | TargetFolder.h | 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 75 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST() 243 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 75 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST() 242 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 65 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 435 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/); in EmitGEPOffset()
|
D | InstCombineMulDivRem.cpp | 393 ConstantExpr::getMul(RHS, LHSRHS)); in commonIDivTransforms()
|
D | InstCombineCompares.cpp | 775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1147 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 1171 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 620 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction() 1315 Res.push_back(ConstantExpr::getMul(C1, C2)); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 1802 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
D | Core.cpp | 762 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2253 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 2277 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2537 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 2561 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 655 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 644 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
|