Searched refs:ComputeCCH (Results 1 – 2 of 2) sorted by relevance
2051 auto ComputeCCH = [&](const VPRecipeBase *R) -> TTI::CastContextHint { in computeCost() local2077 CCH = ComputeCCH(StoreRecipe); in computeCost()2085 CCH = ComputeCCH(Operand->getDefiningRecipe()); in computeCost()
6282 auto ComputeCCH = [&](Instruction *I) -> TTI::CastContextHint { in getInstructionCost() local6316 CCH = ComputeCCH(Store); in getInstructionCost()6322 CCH = ComputeCCH(Load); in getInstructionCost()