Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dmodulo.ll59 define i32 @modulo4(i32 %x) {
60 ; CHECK-LABEL: @modulo4(
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1120 auto modulo4 = [&](Value a) -> Value { in matchAndRewrite() local
1171 Value kMod4 = modulo4(fPToSingedInteger(k)); in matchAndRewrite()