Searched refs:OpConst (Results 1 – 1 of 1) sorted by relevance
1338 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local1343 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()1352 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()1353 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()1427 if (std::optional<APInt> OpConst = in getEdgeValueLocal() local1429 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()