Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1979 bool IsOutputSigned = isa<FPToSIInst>(FI); in foldItoFPtoI() local
2000 if (IsInputSigned && IsOutputSigned) in foldItoFPtoI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16324 bool IsOutputSigned = N->getOpcode() == ISD::FP_TO_SINT; in FoldIntToFPToInt() local
16344 unsigned ExtOp = IsInputSigned && IsOutputSigned ? ISD::SIGN_EXTEND in FoldIntToFPToInt()