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/ |
D | Local.h | 71 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 938 static Constant *getMul(Constant *C1, Constant *C2, 994 return getMul(C1, C2, false, true); 998 return getMul(C1, C2, true, false);
|
D | ConstantFolder.h | 55 return ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 64 return Fold(ConstantExpr::getMul(LHS, RHS, HasNUW, HasNSW));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 657 return ConstantExpr::getMul(C, Idx); in ConstantFoldCastInstruction()
|
D | Constants.cpp | 2340 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() function in ConstantExpr
|
D | Instructions.cpp | 553 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize)); in createMalloc()
|
D | Core.cpp | 1533 return wrap(ConstantExpr::getMul(unwrap<Constant>(LHSConstant), in LLVMConstMul()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2838 Multiple = ConstantExpr::getMul(MulC, Op1C); in ComputeMultiple() 2862 Multiple = ConstantExpr::getMul(MulC, Op0C); in ComputeMultiple()
|
D | ScalarEvolution.cpp | 8184 C = ConstantExpr::getMul(C, C2); in BuildConstantFromSCEV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3370 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
|