Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp818 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
819 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()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp772 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
773 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()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp810 LatticeVal OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
811 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()