Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp679 unsigned Pow2; in GreatestCommonDivisor() local
685 Pow2 = Pow2_B; in GreatestCommonDivisor()
688 Pow2 = Pow2_A; in GreatestCommonDivisor()
690 Pow2 = Pow2_A; in GreatestCommonDivisor()
703 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
706 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4201 APInt Pow2 = Cst1->getValue() + 1; in visitICmpInst() local
4202 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in visitICmpInst()
4203 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in visitICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3544 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local
3545 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()
3546 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc1708 TEST_F(BNTest, Pow2) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1290 TEST_F(AlgebraicSimplifierTest, Pow2) { in TEST_F() argument