Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExpr.cpp753 int64_t llhsDiv = lBin.getLHS().getLargestKnownDivisor(); in simplifyFloorDiv() local
756 if (llhsDiv % rhsConst.getValue() == 0 || in simplifyFloorDiv()
843 int64_t llhsDiv = lBin.getLHS().getLargestKnownDivisor(); in simplifyMod() local
846 if (llhsDiv % rhsConst.getValue() == 0) in simplifyMod()