Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineExpr.cpp697 int64_t llhsDiv = lBin.getLHS().getLargestKnownDivisor(); in simplifyFloorDiv() local
700 if (llhsDiv % rhsConst.getValue() == 0 || in simplifyFloorDiv()
787 int64_t llhsDiv = lBin.getLHS().getLargestKnownDivisor(); in simplifyMod() local
790 if (llhsDiv % rhsConst.getValue() == 0) in simplifyMod()