Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h71 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h938 static Constant *getMul(Constant *C1, Constant *C2,
994 return getMul(C1, C2, false, true);
998 return getMul(C1, C2, true, false);
DConstantFolder.h55 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h64 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp657 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
DConstants.cpp2340 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
DInstructions.cpp553 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
DCore.cpp1533 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp2838 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple()
2862 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
DScalarEvolution.cpp8184 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3370 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()