Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7169 auto ComputeCCH = [&](Instruction *I) -> TTI::CastContextHint { in getInstructionCost() local
7200 CCH = ComputeCCH(Store); in getInstructionCost()
7206 CCH = ComputeCCH(Load); in getInstructionCost()