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

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

Completed in 202 milliseconds