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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp756 LatticeVal OpSt = getValueState(I.getOperand(0)); local
757 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand
759 else if (OpSt.isConstant()) // Propagate constant value
761 OpSt.getConstant(), I.getType()));

Completed in 62 milliseconds