Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1439 BinaryOperator &BO, bool OpsFromSigned, std::array<Value *, 2> IntOps, in foldFBinOpOfIntCastsFromSign() argument
1474 if (OpsFromSigned != isa<SIToFPInst>(BO.getOperand(OpNo)) && in foldFBinOpOfIntCastsFromSign()
1488 if (OpsFromSigned) in foldFBinOpOfIntCastsFromSign()
1505 return !OpsFromSigned || BO.getOpcode() != Instruction::FMul || in foldFBinOpOfIntCastsFromSign()
1512 if (OpsFromSigned && BO.getOpcode() == Instruction::FMul && in foldFBinOpOfIntCastsFromSign()
1517 OpsFromSigned ? Instruction::FPToSI : Instruction::FPToUI, Op1FpC, in foldFBinOpOfIntCastsFromSign()
1521 if (ConstantFoldCastOperand(OpsFromSigned ? Instruction::SIToFP in foldFBinOpOfIntCastsFromSign()
1547 unsigned OverflowMaxOutputBits = OpsFromSigned ? 2 : 1; in foldFBinOpOfIntCastsFromSign()
1550 bool OutputSigned = OpsFromSigned; in foldFBinOpOfIntCastsFromSign()
H A DInstCombineInternal.h387 BinaryOperator &BO, bool OpsFromSigned, std::array<Value *, 2> IntOps,