Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1583 Value *IntBinOp = Builder.CreateBinOp(IntOpc, IntOps[0], IntOps[1]); in foldFBinOpOfIntCastsFromSign() local
1584 if (auto *IntBO = dyn_cast<BinaryOperator>(IntBinOp)) { in foldFBinOpOfIntCastsFromSign()
1589 return new SIToFPInst(IntBinOp, FPTy); in foldFBinOpOfIntCastsFromSign()
1590 return new UIToFPInst(IntBinOp, FPTy); in foldFBinOpOfIntCastsFromSign()