Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp813 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() local
814 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask"); in visitZExt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp901 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() local
902 Value *And = Builder->CreateAnd(A, AndConst, CSrc->getName()+".mask"); in visitZExt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1122 Constant *AndConst = ConstantInt::get(A->getType(), AndValue); in visitZExt() local
1123 Value *And = Builder.CreateAnd(A, AndConst, CSrc->getName() + ".mask"); in visitZExt()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2553 SDValue AndConst = DAG.getConstant(1, MVT::i64); in ExpandLegalINT_TO_FP() local
2554 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst); in ExpandLegalINT_TO_FP()
DDAGCombiner.cpp5747 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND() local
5749 if (AndConst.isPowerOf2() && in visitBRCOND()
5750 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) { in visitBRCOND()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9493 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in visitBRCOND() local
9495 if (AndConst.isPowerOf2() && in visitBRCOND()
9496 cast<ConstantSDNode>(Op1)->getAPIntValue()==AndConst.logBase2()) { in visitBRCOND()
13828 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1)); in visitFP16_TO_FP() local
13829 if (AndConst && AndConst->getAPIntValue() == 0xffff) { in visitFP16_TO_FP()
DLegalizeDAG.cpp2369 SDValue AndConst = DAG.getConstant(1, dl, MVT::i64); in ExpandLegalINT_TO_FP() local
2370 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst); in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2403 SDValue AndConst = DAG.getConstant(1, dl, MVT::i64); in ExpandLegalINT_TO_FP() local
2404 SDValue And = DAG.getNode(ISD::AND, dl, MVT::i64, Op0, AndConst); in ExpandLegalINT_TO_FP()
DDAGCombiner.cpp12070 const APInt &AndConst = cast<ConstantSDNode>(AndOp1)->getAPIntValue(); in rebuildSetCC() local
12072 if (AndConst.isPowerOf2() && in rebuildSetCC()
12073 cast<ConstantSDNode>(Op1)->getAPIntValue() == AndConst.logBase2()) { in rebuildSetCC()
17431 ConstantSDNode *AndConst = getAsNonOpaqueConstant(N0.getOperand(1)); in visitFP16_TO_FP() local
17432 if (AndConst && AndConst->getAPIntValue() == 0xffff) { in visitFP16_TO_FP()