Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1692 bool IsOutputSigned = isa<FPToSIInst>(FI); in FoldItoFPtoI() local
1704 int OutputSize = (int)FITy->getScalarSizeInBits() - IsOutputSigned; in FoldItoFPtoI()
1709 if (IsInputSigned && IsOutputSigned) in FoldItoFPtoI()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12019 bool IsOutputSigned = N->getOpcode() == ISD::FP_TO_SINT; in FoldIntToFPToInt() local
12031 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt()
12039 unsigned ExtOp = IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND in FoldIntToFPToInt()