Searched refs:OpSt (Results 1 – 3 of 3) sorted by relevance
818 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local819 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand in visitCastInst()821 else if (OpSt.isConstant()) { in visitCastInst()823 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()
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()