Searched refs:OpConst (Results 1 – 2 of 2) sorted by relevance
1268 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local1273 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()1282 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()1283 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()1355 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal() local1356 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()
2715 if (ConstantSDNode *OpConst = dyn_cast<ConstantSDNode>(N->getOperand(OpNo))) in SelectBaseMVE_VMLLDAV() local2716 if (OpConst->getZExtValue() == 0) in SelectBaseMVE_VMLLDAV()