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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp824 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); local
825 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask");
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2352 SDValue AndConst = DAG.getConstant(1, MVT::i64);
2353 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst);
H A DDAGCombiner.cpp6930 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); local
6932 if (AndConst.isPowerOf2() &&
6933 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) {

Completed in 80 milliseconds