Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp383 InstructionCost SatCost = TTI.getIntrinsicInstrCost( in tryToFPToSat() local
386 SatCost += TTI.getCastInstrCost(Instruction::SExt, IntTy, SatTy, in tryToFPToSat()
400 if (SatCost >= MinMaxCost) in tryToFPToSat()