Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1440 foldFBinOpOfIntCastsFromSign(BinaryOperator & BO,bool OpsFromSigned,std::array<Value *,2> IntOps,Constant * Op1FpC,SmallVectorImpl<WithCache<const Value * >> & OpsKnown) foldFBinOpOfIntCastsFromSign() argument
1614 SmallVector<WithCache<const Value *>, 2> OpsKnown = {IntOps[0], IntOps[1]}; foldFBinOpOfIntCasts() local