Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2324 DivInstr DivFunc, bool IsRemainder) { in lowerIDivRem() argument
2337 if (IsRemainder) { in lowerIDivRem()
3143 constexpr bool IsRemainder = true; in lowerArithmetic() local
3146 IsRemainder); in lowerArithmetic()
3150 constexpr bool IsRemainder = true; in lowerArithmetic() local
3153 IsRemainder); in lowerArithmetic()
DIceTargetLoweringARM32.h327 ExtInstr ExtFunc, DivInstr DivFunc, bool IsRemainder);