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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h67 return ConstantExpr::getUDiv(LHS, RHS, isExact);
H A DConstants.h953 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false);
1026 return getUDiv(C1, C2, true);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h72 return Fold(ConstantExpr::getUDiv(LHS, RHS, isExact));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2514 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp1564 return wrap(ConstantExpr::getUDiv(unwrap<Constant>(LHSConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2742 ConstantExpr::getUDiv(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3082 return getConstant(cast<ConstantInt>(ConstantExpr::getUDiv(LHSCV,
7998 return ConstantExpr::getUDiv(LHS, RHS);

Completed in 240 milliseconds