Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstantFolder.h81 return ConstantExpr::getSRem(LHS, RHS); in CreateSRem()
HDConstants.h945 static Constant *getSRem(Constant *C1, Constant *C2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetFolder.h82 return Fold(ConstantExpr::getSRem(LHS, RHS)); in CreateSRem()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantFold.cpp2450 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor); in ConstantFoldGetElementPtr()
HDConstants.cpp2369 Constant *ConstantExpr::getSRem(Constant *C1, Constant *C2) { in getSRem() function in ConstantExpr
HDCore.cpp1587 return wrap(ConstantExpr::getSRem(unwrap<Constant>(LHSConstant), in LLVMConstSRem()