Home
last modified time | relevance | path

Searched refs:OpSt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp749 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
750 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()