Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1157 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() local
1158 Value *And = Builder.CreateAnd(A, AndConst, CSrc->getName() + ".mask"); in visitZExt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4465 SDValue AndConst = DAG.getConstant(1, dl, SrcVT); in expandUINT_TO_FP() local
4466 SDValue And = DAG.getNode(ISD::AND, dl, SrcVT, Src, AndConst); in expandUINT_TO_FP()
H A DDAGCombiner.cpp12445 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in rebuildSetCC() local
12447 if (AndConst.isPowerOf2() && in rebuildSetCC()
12448 cast<ConstantSDNode>(Op1)->getAPIntValue() == AndConst.logBase2()) { in rebuildSetCC()
18069 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1)); in visitFP16_TO_FP() local
18070 if (AndConst && AndConst->getAPIntValue() == 0xffff) { in visitFP16_TO_FP()