Searched refs:OpSt (Results 1 – 1 of 1) sorted by relevance
749 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local750 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand in visitCastInst()752 else if (OpSt.isConstant()) // Propagate constant value in visitCastInst()754 OpSt.getConstant(), I.getType())); in visitCastInst()