Home
last modified time | relevance | path

Searched refs:getUDiv (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h64 return ConstantExpr::getUDiv(LHS, RHS, isExact);
DConstants.h941 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
1014 return getUDiv(C1, C2, true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h70 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2351 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() function in ConstantExpr
DCore.cpp1555 return wrap(ConstantExpr::getUDiv(unwrap<Constant>(LHSConstant), in LLVMConstUDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2742 ConstantExpr::getUDiv( in getIntegerSplat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3307 return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV, in getUDivExpr()
8195 return ConstantExpr::getUDiv(LHS, RHS); in BuildConstantFromSCEV()