Searched refs:OpConst (Results 1 – 1 of 1) sorted by relevance
1330 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local1335 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()1344 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()1345 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()1418 if (std::optional<APInt> OpConst = in getEdgeValueLocal() local1420 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()