Searched refs:OpConst (Results 1 – 1 of 1) sorted by relevance
1205 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local1210 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()1219 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()1220 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()1289 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal() local1290 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal()