Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2318 DivInstr DivFunc, bool IsRemainder) { in lowerIDivRem() argument
2331 if (IsRemainder) { in lowerIDivRem()
3140 constexpr bool IsRemainder = true; in lowerArithmetic() local
3143 IsRemainder); in lowerArithmetic()
3147 constexpr bool IsRemainder = true; in lowerArithmetic() local
3150 IsRemainder); in lowerArithmetic()
DIceTargetLoweringARM32.h320 ExtInstr ExtFunc, DivInstr DivFunc, bool IsRemainder);