Searched refs:getSRem (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h84 return ConstantExpr::getSRem(LHS, RHS);
H A DConstants.h957 static Constant *getSRem(Constant *C1, Constant *C2);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h85 return Fold(ConstantExpr::getSRem(LHS, RHS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2533 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor);
H A DConstants.cpp2532 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { function in class:ConstantExpr
H A DCore.cpp1596 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant),

Completed in 175 milliseconds