Home
last modified time | relevance | path

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

/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/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc1474 TEST_F(BNTest, Pow2) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc834 TEST_F(AlgebraicSimplifierTest, Pow2) { in TEST_F() argument