Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp341 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands() function
353 !hasPositiveOperands(SDI, LVI)) in processSRem()
371 !hasPositiveOperands(SDI, LVI)) in processSDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp498 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands() function
551 if (SDI->getType()->isVectorTy() || !hasPositiveOperands(SDI, LVI)) in processSRem()
572 if (SDI->getType()->isVectorTy() || !hasPositiveOperands(SDI, LVI)) in processSDiv()