Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AndConst

824       Constant *AndConst = ConstantInt::get(A->getType(), AndValue);
825 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask");