Home
last modified time | relevance | path

Searched refs:getMul (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp68 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h635 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/
DLocal.h227 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/llvm/include/llvm/IR/
DConstants.h884 static Constant *getMul(Constant *C1, Constant *C2,
935 return getMul(C1, C2, false, true);
938 return getMul(C1, C2, true, false);
DConstantFolder.h50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DConstantFolder.h50 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
DTargetFolder.h66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
/external/llvm/unittests/IR/
DConstantsTest.cpp75 EXPECT_EQ(One, ConstantExpr::getMul(NegOne, One)); in TEST()
242 CHECK(ConstantExpr::getMul(P0, P0), "mul i32 " P0STR ", " P0STR); in TEST()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h66 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp393 ConstantExpr::getMul(RHS, LHSRHS)); in commonIDivTransforms()
DInstCombineAddSub.cpp435 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/); in EmitGEPOffset()
DInstCombineCompares.cpp775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1147 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
1171 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp620 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
1315 Res.push_back(ConstantExpr::getMul(C1, C2)); in ConstantFoldBinaryInstruction()
DConstants.cpp1802 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
DCore.cpp762 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
DInstructions.cpp383 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
/external/llvm/lib/Analysis/
DValueTracking.cpp2253 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2277 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
/external/llvm/lib/IR/
DConstantFold.cpp644 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
DConstants.cpp2154 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
DCore.cpp1154 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
DInstructions.cpp472 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2140 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
DInstCombineCompares.cpp1216 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS); in FoldICmpDivCst()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli859 See the method [llvm::ConstantExpr::getMul]. *)

12