Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp735 unsigned Pow2; in GreatestCommonDivisor() local
741 Pow2 = Pow2_B; in GreatestCommonDivisor()
744 Pow2 = Pow2_A; in GreatestCommonDivisor()
746 Pow2 = Pow2_A; in GreatestCommonDivisor()
759 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
762 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp728 unsigned Pow2; in GreatestCommonDivisor() local
734 Pow2 = Pow2_B; in GreatestCommonDivisor()
737 Pow2 = Pow2_A; in GreatestCommonDivisor()
739 Pow2 = Pow2_A; in GreatestCommonDivisor()
752 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
755 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-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4236 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local
4237 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()
4238 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4306 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local
4307 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()
4308 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc1726 TEST_F(BNTest, Pow2) { in TEST_F() argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc1726 TEST_F(BNTest, Pow2) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1630 TEST_F(AlgebraicSimplifierTest, Pow2) { in TEST_F() argument