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.cpp1440 Constant *Op1FpC, SmallVectorImpl<WithCache<const Value *>> &OpsKnown) { in foldFBinOpOfIntCastsFromSign() argument
1458 if (OpsKnown[OpNo].hasKnownBits() && in foldFBinOpOfIntCastsFromSign()
1459 OpsKnown[OpNo].getKnownBits(SQ).isNonZero()) in foldFBinOpOfIntCastsFromSign()
1468 return OpsKnown[OpNo].getKnownBits(SQ).isNonNegative(); in foldFBinOpOfIntCastsFromSign()
1494 IntSz - OpsKnown[OpNo].getKnownBits(SQ).countMinLeadingZeros(); in foldFBinOpOfIntCastsFromSign()
1614 SmallVector<WithCache<const Value *>, 2> OpsKnown = {IntOps[0], IntOps[1]}; in foldFBinOpOfIntCasts() local
1620 IntOps, Op1FpC, OpsKnown)) in foldFBinOpOfIntCasts()
1623 Op1FpC, OpsKnown); in foldFBinOpOfIntCasts()
H A DInstCombineInternal.h388 Constant *Op1FpC, SmallVectorImpl<WithCache<const Value *>> &OpsKnown);