HomeSort by: relevance | last modified time | path
    Searched refs:IsInputSigned (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 1905 bool IsInputSigned = isa<SIToFPInst>(OpI);
1906 if (IsInputSigned && IsOutputSigned)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 14528 bool IsInputSigned = N0.getOpcode() == ISD::SINT_TO_FP;
14540 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned;
14549 unsigned ExtOp = IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND

Completed in 62 milliseconds