Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1950 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() local
1964 int OutputSize = (int)DestType->getScalarSizeInBits() - IsOutputSigned; in foldItoFPtoI()
1971 if (IsInputSigned && IsOutputSigned) in foldItoFPtoI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14724 bool IsOutputSigned = N->getOpcode() == ISD::FP_TO_SINT; in FoldIntToFPToInt() local
14736 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt()
14744 unsigned ExtOp = IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND in FoldIntToFPToInt()