Searched refs:OpConst (Results 1 – 2 of 2) sorted by relevance
1290 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local1295 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()1304 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()1305 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()1377 if (std::optional<APInt> OpConst = in getEdgeValueLocal() local1379 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()
2723 if (ConstantSDNode *OpConst = dyn_cast<ConstantSDNode>(N->getOperand(OpNo))) in SelectBaseMVE_VMLLDAV() local2724 if (OpConst->getZExtValue() == 0) in SelectBaseMVE_VMLLDAV()