HomeSort by relevance Sort by last modified time
    Searched refs:OpSt (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 772 LatticeVal OpSt = getValueState(I.getOperand(0));
773 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand
775 else if (OpSt.isConstant()) {
777 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 810 LatticeVal OpSt = getValueState(I.getOperand(0));
811 if (OpSt.isOverdefined()) // Inherit overdefinedness of operand
813 else if (OpSt.isConstant()) // Propagate constant value
815 OpSt.getConstant(), I.getType()));
    [all...]

Completed in 328 milliseconds