OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCst
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
496
ConstantInt *
CCst
= dyn_cast<ConstantInt>(C);
503
if (
CCst
!= 0 &&
CCst
->isZero()) {
536
else if (ACst != 0 &&
CCst
!= 0 &&
537
ConstantExpr::getAnd(ACst,
CCst
) ==
CCst
) {
553
else if (BCst != 0 &&
CCst
!= 0 &&
554
ConstantExpr::getAnd(BCst,
CCst
) ==
CCst
) {
694
ConstantInt *
CCst
= dyn_cast<ConstantInt>(C)
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
447
ConstantInt *
CCst
= dyn_cast<ConstantInt>(C);
454
if (
CCst
&&
CCst
->isZero()) {
484
} else if (ACst &&
CCst
&&
485
ConstantExpr::getAnd(ACst,
CCst
) ==
CCst
) {
499
} else if (BCst &&
CCst
&&
500
ConstantExpr::getAnd(BCst,
CCst
) ==
CCst
) {
790
ConstantInt *
CCst
= dyn_cast<ConstantInt>(C)
[
all
...]
Completed in 63 milliseconds