Searched refs:OpSt (Results 1 – 2 of 2) sorted by relevance
772 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local773 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand in visitCastInst()775 else if (OpSt.isConstant()) { in visitCastInst()777 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()
810 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local811 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand in visitCastInst()813 else if (OpSt.isConstant()) // Propagate constant value in visitCastInst()815 OpSt.getConstant(), I.getType())); in visitCastInst()