Searched refs:BCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp432 ConstantInt *BCst = dyn_cast<ConstantInt>(B); local
437 bool icmp_bbit = (BCst != 0 && !BCst->isZero() &&
438 BCst->getValue().isPowerOf2());
490 else if (BCst != 0 && CCst != 0 &&
491 ConstantExpr::getAnd(BCst, CCst) == CCst) {
678 ConstantInt *BCst = dyn_cast<ConstantInt>(B); local
679 if (BCst == 0) return 0;
689 CCst = dyn_cast<ConstantInt>( ConstantExpr::getXor(BCst, CCst) );
695 ConstantExpr::getAnd(ConstantExpr::getAnd(BCst, DCs
[all...]

Completed in 63 milliseconds