Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1885 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() local
1899 int OutputSize = (int)DestType->getScalarSizeInBits() - IsOutputSigned; in foldItoFPtoI()
1906 if (IsInputSigned && IsOutputSigned) in foldItoFPtoI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14529 bool IsOutputSigned = N->getOpcode() == ISD::FP_TO_SINT; in FoldIntToFPToInt() local
14541 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt()
14549 unsigned ExtOp = IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND in FoldIntToFPToInt()