OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bcst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
446
ConstantInt *
BCst
= dyn_cast<ConstantInt>(B);
451
bool icmp_bbit = (
BCst
&& !
BCst
->isZero() &&
452
BCst
->getValue().isPowerOf2());
499
} else if (
BCst
&& CCst &&
500
ConstantExpr::getAnd(
BCst
, CCst) == CCst) {
749
ConstantInt *
BCst
= dyn_cast<ConstantInt>(B);
750
if (!
BCst
) return nullptr;
760
APInt NewMask =
BCst
->getValue() & DCst->getValue();
762
if (NewMask ==
BCst
->getValue()
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
495
ConstantInt *
BCst
= dyn_cast<ConstantInt>(B);
500
bool icmp_bbit = (
BCst
!= 0 && !
BCst
->isZero() &&
501
BCst
->getValue().isPowerOf2());
553
else if (
BCst
!= 0 && CCst != 0 &&
554
ConstantExpr::getAnd(
BCst
, CCst) == CCst) {
686
ConstantInt *
BCst
= dyn_cast<ConstantInt>(B);
687
if (
BCst
== 0) return 0;
697
CCst = dyn_cast<ConstantInt>( ConstantExpr::getXor(
BCst
, CCst) );
703
ConstantExpr::getAnd(ConstantExpr::getAnd(
BCst
, DCst)
[
all
...]
/external/owasp/sanitizer/benchmark-data/
Yahoo!.html
[
all
...]
Completed in 655 milliseconds