Searched refs:AndConst (Results 1 – 3 of 3) sorted by relevance
901 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() local902 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask"); in visitZExt()
9376 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND() local9378 if (AndConst.isPowerOf2() && in visitBRCOND()9379 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) { in visitBRCOND()13644 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1)); in visitFP16_TO_FP() local13645 if (AndConst && AndConst->getAPIntValue() == 0xffff) { in visitFP16_TO_FP()
2624 SDValue AndConst = DAG.getConstant(1, dl, MVT::i64); in ExpandLegalINT_TO_FP() local2625 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst); in ExpandLegalINT_TO_FP()