Searched defs:CCst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp433 ConstantInt *CCst = dyn_cast<ConstantInt>(C); local
440 if (CCst != 0 && CCst->isZero()) {
473 else if (ACst != 0 && CCst != 0 &&
474 ConstantExpr::getAnd(ACst, CCst) == CCst) {
490 else if (BCst != 0 && CCst != 0 &&
491 ConstantExpr::getAnd(BCst, CCst) == CCst) {
686 ConstantInt *CCst
[all...]

Completed in 71 milliseconds