Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1488 Constant *Op1FpC, SmallVectorImpl<WithCache<const Value *>> &OpsKnown) { in foldFBinOpOfIntCastsFromSign() argument
1506 if (OpsKnown[OpNo].hasKnownBits() && in foldFBinOpOfIntCastsFromSign()
1507 OpsKnown[OpNo].getKnownBits(SQ).isNonZero()) in foldFBinOpOfIntCastsFromSign()
1516 return OpsKnown[OpNo].getKnownBits(SQ).isNonNegative(); in foldFBinOpOfIntCastsFromSign()
1542 IntSz - OpsKnown[OpNo].getKnownBits(SQ).countMinLeadingZeros(); in foldFBinOpOfIntCastsFromSign()
1662 SmallVector<WithCache<const Value *>, 2> OpsKnown = {IntOps[0], IntOps[1]}; in foldFBinOpOfIntCasts() local
1668 IntOps, Op1FpC, OpsKnown)) in foldFBinOpOfIntCasts()
1671 Op1FpC, OpsKnown); in foldFBinOpOfIntCasts()
H A DInstCombineInternal.h393 Constant *Op1FpC, SmallVectorImpl<WithCache<const Value *>> &OpsKnown);