Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1973 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() local
1994 if (IsInputSigned && IsOutputSigned) in foldItoFPtoI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18777 bool IsOutputSigned = N->getOpcode() == ISD::FP_TO_SINT; in FoldIntToFPToInt() local
18798 IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in FoldIntToFPToInt()